New to Kendo UI for Angular? Start a free 30-day trial
RemoveCommandToolbarDirective
Represents the remove
command in the Grid.
You can apply this directive to any kendo-toolbar-button
element inside a
ToolbarComponent used in the Grid.
When the user clicks the toolbar button that is associated with the directive, the remove event is triggered.
html
<kendo-grid>
<kendo-toolbar>
<kendo-toolbar-button text="Remove row" kendoGridRemoveTool></kendo-toolbar-button>
</kendo-toolbar>
</kendo-grid>
Selector
[kendoGridRemoveTool]