Interface IRowDataEventArgs

Represents event arguments related to events, that can occur for rows in a grid Example for events: adding, deleting, selection, transaction, etc.

Hierarchy

Hierarchy (view full)

Properties

data: any

Deprecated

since version 17.1.0. Use the rowData property instead.

owner: GridType

Represents the grid instance that owns the edit event.

primaryKey: any

Represents the unique key, the row can be associated with. Available if primaryKey exists

Deprecated

since version 17.1.0. Use the rowKey property instead.

rowData: any
rowKey: any