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

UndoRedoDirective

Selector

[kendoGridUndoRedo]

Export Name

Accessible in templates as #kendoUndoRedoInstance="kendoGridUndoRedo"

Inputs

NameTypeDefaultDescription

maxStoredStates

number

10

Determines the maximum number of actions to keep in the undo-redo stack.

Fields

NameTypeDefaultDescription

undoRedoItems

UndoRedoEvent[]

Returns an array of all undo-redo actions that are currently in the stack.

Events

NameTypeDescription

redo

EventEmitter<UndoRedoEvent>

Fires when undo action is performed. Exposes the state of the grid that will be applied.

undo

EventEmitter<UndoRedoEvent>

Fires when undo action is performed. Exposes the state of the grid that will be applied.

Methods

redo

Re-applies the last action, reverted by the undo method.

undo

Reverts the last user action.

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