New to Kendo UI for Angular? Start a free 30-day trial
UndoCommandToolbarDirective
Represents the command that triggers the undo action in the Grid.
Apply this directive to any kendo-toolbar-button
inside a ToolbarComponent in the Grid.
When users click the toolbar button with this directive, the
undo
event is triggered.
html
<kendo-grid>
<kendo-toolbar>
<kendo-toolbar-button kendoGridUndoTool></kendo-toolbar-button>
</kendo-toolbar>
</kendo-grid>