New to Kendo UI for Angular? Start a free 30-day trial
NavigationCell
The metadata for a focusable TreeList cell. Focusable TreeList cells include headers, group headers and footers, and data cells.
Name | Type | Default | Description |
---|---|---|---|
colIndex |
|
The column index of the cell. | |
colSpan? |
|
The column span for this cell (if set). | |
column |
|
The column that the cell belongs to. | |
dataItem |
|
The data item for the parent row of this cell. | |
dataRowIndex |
|
The data item index for the parent row of this cell. | |
expandable? |
|
A flag indicating if the cell is expandable. | |
rowIndex |
|
The logical index of the row which contains this cell. The row indexing is absolute and does not change with paging. Header rows are included, starting at index 0. | |
rowSpan? |
|
The row span for this cell (if set). |
Methods
focusContent |
---|
Focuses the first focusable element in the cell, if any. |