New to Kendo UI for Angular? Start a free 30-day trial
RedoCommandToolbarDirective
Represents the command that triggers the redo 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
redo
event is triggered.
html
<kendo-grid>
<kendo-toolbar>
<kendo-toolbar-button kendoGridRedoTool></kendo-toolbar-button>
</kendo-toolbar>
</kendo-grid>