SaveCommandToolbarDirective
Directive
Represents the save command in the Grid. Apply this directive to any kendo-toolbar-button
element inside a ToolbarComponent used in the Grid.
When you click the toolbar button with this directive, the
save event fires.
Definition
Package:@progress/kendo-angular-grid
Selector:[kendoGridSaveTool]
Syntax:
html
<kendo-grid>
<kendo-toolbar>
<kendo-toolbar-button text="Save" kendoGridSaveTool></kendo-toolbar-button>
</kendo-toolbar>
</kendo-grid>