New to Kendo UI for Angular? Start a free 30-day trial
SpreadsheetCellEditorHandlerArgs
Updated on Oct 31, 2025
Represents the arguments passed to the handler callback for each cell editor.
| Name | Type | Default | Description |
|---|---|---|---|
callback? |
|
Represents the callback function that edits the active cell or range with the provided value. | |
originalEvent? |
|
Represents the original event that triggered the action. | |
range? |
|
Represents the range that the action will execute for. | |
rect? |
|
Represents the | |
validation? |
|
Represents the validation rules of the currently active range. | |
view? |
|
Represents the current |