New to Kendo UI for AngularStart a free 30-day trial

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.

Provides the data item for the parent row of this cell.

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.