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