DataItem
Interface
Represents a grid item for a data row.
Definition
Package:@progress/kendo-angular-grid
Properties
data
object
Holds a reference to the data item.
groupIndex
string
Sets the group index, if available.
index
number
Sets the index of the grid item. This index may differ from the index in the source data set.
isEditing
boolean
Indicates if the item is currently being edited.
type
"data"
Sets the type of the grid item.