SpreadsheetCellEditorOptions
Interface
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.
Definition
Package:@progress/kendo-angular-spreadsheet
Properties
actions?
{ name: string; handler: Function }[]
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.