New to Kendo UI for Angular? Start a free 30-day trial
NavigationCell
Represents the metadata for a focusable Grid cell. Focusable Grid cells include headers, group headers and footers, and data cells.
Name | Type | Default | Description |
---|---|---|---|
colIndex |
|
Specifies the column index of the cell. | |
colSpan? |
|
Sets the column span for this cell, if defined. | |
dataItem |
|
Provides the data item for the parent row of this cell. | |
dataRowIndex |
|
Specifies the data item index for the parent row of this cell. | |
rowIndex |
|
Specifies the logical index of the row that contains this cell. The row index is absolute and does not change with paging.
Group headers and footers are included. Header rows start at index | |
rowSpan? |
|
Sets the row span for this cell, if defined. |