New to Kendo UI for Angular? Start a free 30-day trial

DataItem

Represents a grid item for a data row.

NameTypeDefaultDescription

data

Object

A reference to the data item.

group

GroupItem

The current data item group.

groupIndex

string

The group index, if any.

index

number

The index of the grid item. Note that this could be different than the index of the data item in the source data set.

isEditing

boolean

A flag indicating if the item is currently being edited

type

"data"

The type of the grid item.

In this article

Not finding the help you need?