IRowDataEventArgs
Represents event arguments related to events, that can occur for rows in a grid Example for events: adding, deleting, selection, transaction, etc.
Properties
Section titled "Properties"data: any Defined in projects/igniteui-angular/grids/core/src/common/events.ts:176
owner
Section titled "owner"Represents the grid instance that owns the edit event.
owner: GridType Defined in projects/igniteui-angular/grids/core/src/common/events.ts:187
primaryKey
Section titled "primaryKey"Represents the unique key, the row can be associated with.
Available if primaryKey exists
primaryKey: any Defined in projects/igniteui-angular/grids/core/src/common/events.ts:183
rowData
Section titled "rowData"rowData: any Defined in projects/igniteui-angular/grids/core/src/common/events.ts:177
rowKey
Section titled "rowKey"rowKey: any Defined in projects/igniteui-angular/grids/core/src/common/events.ts:184