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

SpreadsheetCellEditorHandlerArgs

Updated on Nov 5, 2025

Represents the arguments passed to the handler callback for each cell editor (see example).

NameTypeDefaultDescription

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.

originalEvent?

any

The data returned from the component's original event (for example, the selected color value from a ColorPalette's valueChange event).

range?

Range

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.

rect?

Rectangle

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.

view?

View

The current Spreadsheet View instance, giving access to the broader Spreadsheet context.

Not finding the help you need?
Contact Support