IRowDataEventArgs

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

data: any

Defined in projects/igniteui-angular/grids/core/src/common/events.ts:176

Represents the grid instance that owns the edit event.

owner: GridType

Defined in projects/igniteui-angular/grids/core/src/common/events.ts:187

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: any

Defined in projects/igniteui-angular/grids/core/src/common/events.ts:177

rowKey: any

Defined in projects/igniteui-angular/grids/core/src/common/events.ts:184