RealGrid2 API
Interface
EditingItemInfo

EditingItemInfo

Object type returned by GridBase.getEditingItem()

Signature:

export interface EditingItemInfo

Properties

PropertyTypeDescription
dataRownumberUnique number of row
itemIndexnumberIndex (order) of row
values{ [fieldName: string]: string; }values in that row

Properties Desc

dataRow

unique number of the row

Type - number


itemIndex

Row index (order)

Type - number


values

the values in that row

Type - { [fieldName: string]: string; }