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

SpreadsheetCellEditorOptions

Updated on Oct 31, 2025

Represents the configuration object for defining custom cell editors. Use this interface to render specific cell editors when you focus a cell or a range.

NameTypeDefaultDescription

actions?

{ handler: Function; name: string; }[]

Provides the actions that the cell editor can use. The name property must match an event name of the editor component.

component?

any

Sets the component to use as a cell editor.

icon?

string

Sets the name of an existing icon from a Kendo UI theme.

name

string

Sets the unique name of the cell editor. Use this name when you specify the editor for a cell or a range.

Please note that _validation_list and _validation_date are reserved names for built-in editors.

svgIcon?

SVGIcon

Sets the SVGIcon to render.

Not finding the help you need?
Contact Support