SpreadsheetCellEditorHandlerArgs
Represents the arguments passed to the handler callback for each cell editor (see example).
Definition
Package:@progress/kendo-angular-spreadsheet
Properties
callback?
Function
A function that edits the active cell or range with a provided value. Use this as an alternative to args.range.value manipulation for updating the cell content.
The data returned from the component's original event (for example, the selected color value from a ColorPalette's valueChange event).
The Spreadsheet Range object representing the currently selected cells. Provides methods to apply values, formatting, and styling to the Spreadsheet cells using the original event's data.
Represents the Rectangle object that provides position and dimension information about the active range, useful for custom positioning logic.
validation?
any
Any validation rules configured for the active range, allowing you to respect existing constraints.