RedoCommandToolbarDirective
Directive
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.
Definition
Package:@progress/kendo-angular-grid
Selector:[kendoGridRedoTool]
Syntax:
html
<kendo-grid>
<kendo-toolbar>
<kendo-toolbar-button kendoGridRedoTool></kendo-toolbar-button>
</kendo-toolbar>
</kendo-grid>