GridCustomCellProps
The properties of the default Grid Cell.
| Name | Type | Default | Description |
|---|---|---|---|
ariaColumnIndex |
|
The index to be applied to the | |
cells? |
|
Defines a set of custom cell components that the Grid will render instead of the default cell. | |
className? |
|
The custom CSS classes of the cells. | |
colSpan? |
|
The column span of the cell. | |
columnIndex? |
|
The index of all rendered columns. | |
columnsCount? |
|
The number of rendered columns in the Grid. | |
columnType? |
|
|
Sets the type of the column and renders a dedicated column for interaction. jsx
|
dataIndex? |
| ||
dataItem |
|
The data object that represents the current row. | |
editor? |
|
The type of the editor which will be used when the cell is in edit mode. Could be one of the following values 'text' | 'numeric' | 'boolean' | 'date'. | |
expanded? |
|
The expanded value of the cell when hierarchy or grouping are used. | |
field |
|
The field to which the cell is bound (see example). | |
format? |
|
The format that is applied to the value before the value is displayed. Takes the
For more information on the supported date and number formats, refer to the kendo-intl documentation. | |
isHighlighted |
|
Indicates if the cell is highlighted. | |
isRtl |
|
Indicates if the cell is in rtl direction. | |
isSelected |
|
Indicates if the cell is selected. | |
key? |
|
The field to which the cell is bound (see example). | |
onAdd? |
|
The event that is fired when the cell is about to be added. | |
onCancel? |
|
The event that is fired when the cell is about to be canceled. | |
onCellclick? |
|
The event that is fired when the cell is clicked. | |
onCellkeydown? |
|
The event that is fired when the keydown event of the cell is triggered. | |
onChange? |
|
The event that is fired when the cell value is changed. | |
onEdit? |
|
The event that is fired when the cell is about to be edited. | |
readFormat? |
|
The data Item read format. | |
remove? |
|
The event that is fired when the cell is about to be removed. | |
render? |
|
The method for rendering the cell. | |
rowType? |
|
The type of the row. | |
save? |
|
The event that is fired when the cell is about to be saved. | |
selectionchange? |
|
The event that is fired when the cell is selected. | |
td2Props? |
|
The props and attributes that are applied to the second td. Such element is rendered in very rare cases when we have grouping and sticky columns. | |
tdProps? |
|
The props and attributes that are applied to the td element by default. | |
type? |
|
The type of the data which will be used when formatting the cell data. Could be one of the following values 'text' | 'numeric' | 'boolean' | 'date'. |