New to Kendo UI for AngularStart 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>
Not finding the help you need?
Contact Support