NavigationRow
Interface
Represents the metadata for a focusable Grid row. Focusable rows include headers, group headers and footers, and data rows.
Definition
Package:@progress/kendo-angular-grid
Properties
Contains an array of focusable cells associated with this row.
dataItem
any
Provides the data item for this row.
dataRowIndex
number
Specifies the data item index for this row.
index
number
Specifies the logical index of the focusable row. The row index is absolute and does not change with paging. Group headers and footers are included. Header rows start at index 0.