NavigationCell
Interface
Represents the metadata for a focusable Grid cell. Focusable Grid cells include headers, group headers and footers, and data cells.
Definition
Package:@progress/kendo-angular-grid
Properties
colIndex
number
Specifies the column index of the cell.
colSpan?
number
Sets the column span for this cell, if defined.
dataItem
any
Provides the data item for the parent row of this cell.
dataRowIndex
number
Specifies the data item index for the parent row of this cell.
rowIndex
number
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 0.
rowSpan?
number
Sets the row span for this cell, if defined.