Since the DikeGrid structure definition uses the CSS Grid Layout specification, as a convention, the Edition Toolbar is also known as Edition Toolbar Row.
Edition Toolbar Row
When the DikeGrid allows editing rows, the DikeGrid enables some options to manage the edited rows.
Let us allow edition and bind the edition mode input property to the gridProperties object to show the Edition options.
You can allow edition only at the creation phase of the DikeGrid.
Now, you could toggle the DikeGrid between view mode and edition mode. Thus, open the Floating Configuration Panel, go to the Edition section, and click on the Edition mode checkbox.
Floating Configuration Panel - Edition
Once the DikeGrid is in edition mode, you can access the Edition options by default through a contextual menu at the left of the first visible column header.
Edition options
However, a DikeGrid instance could display those options through a toolbar. Hence, to show the Edition Toolbar Row, provide the input flag called editionToolbar. Then, let us bind the related property from the gridProperties object to show the Edition Toolbar Row.
The previous definition allows selection by providing an input flag called allowSelection. Thus, we can see all the edition options.
You can also change the Edition Toolbar Row height by providing an Injection Token called EDITION_TOOLBAR_ROW_HEIGHT.
Changing the Edition Toolbar Items height
Edition Toolbar Items are 42 pixels in height. Nevertheless, you can change this height by providing an input property called editionToolbarItemHeight.
Let us bind the related property from the gridProperties object to change the Edition Toolbar Items height.
Now, open the Floating Configuration Panel, go to the Edition group, and type 60 in the Toolbar Item Height textbox.
Changing the Edition Toolbar Items height
You can also change the Edition Toolbar Items height by providing an Injection Token called EDITION_TOOLBAR_ITEM_HEIGHT.