New to Kendo UI for AngularStart a free 30-day trial

RedoCommandToolbarDirective

Represents the command for triggering the redo action in the Grid. You can apply this directive to any kendo-toolbar-button element inside a ToolbarComponent used in the Grid.

When the user clicks the toolbar button that is associated with the directive, the redo event is triggered.

html
<kendo-grid>
     <kendo-toolbar>
        <kendo-toolbar-button kendoGridRedoTool></kendo-toolbar-button>
     </kendo-toolbar>
</kendo-grid>

Constructors

RedoCommandToolbarDirective

(undoRedoService: UndoRedoService, host: ToolBarButtonComponent)

Parameters

undoRedoService

UndoRedoService

host

ToolBarButtonComponent

In this article
ConstructorsRedoCommandToolbarDirective
Not finding the help you need?
Contact Support