Represents the remove
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
remove
event fires.
<kendo-grid>
<kendo-toolbar>
<kendo-toolbar-button text="Remove row" kendoGridRemoveTool></kendo-toolbar-button>
</kendo-toolbar>
</kendo-grid>
[kendoGridRemoveTool]