New to Kendo UI for Angular? Start a free 30-day trial
UndoRedoEvent
Arguments for the undo
and redo
events.
Name | Type | Default | Description |
---|---|---|---|
gridState |
|
The grid state and rendered data at the time of the action. | |
originalEvent |
|
The event data of the original action that triggered the state change. |
Methods
isDefaultPrevented | ||||
---|---|---|---|---|
Returns | ||||
|
preventDefault |
---|
Prevents the default action for a specified event. In this way, the source component suppresses the built-in behavior that follows the event. |