IRowDataCancelableEventArgs
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"cancel
Section titled "cancel"Inherited from: IGridEditEventArgs
Provides the ability to cancel the event.
cancel: boolean Defined in projects/igniteui-angular/core/src/core/utils.ts:421
Optional cellID
Section titled "cellID"cellID?: object Defined in projects/igniteui-angular/grids/core/src/common/events.ts:119
Optional column
Section titled "column"Inherited from: IGridEditEventArgs
Optional Represents the column information of the edited cell
column?: ColumnType Defined in projects/igniteui-angular/grids/core/src/common/events.ts:87
Inherited from: IRowDataEventArgs
data: any Defined in projects/igniteui-angular/grids/core/src/common/events.ts:176
Optional event
Section titled "event"Inherited from: IGridEditEventArgs
Optional Represents the original event, that has triggered the edit
event?: Event Defined in projects/igniteui-angular/grids/core/src/common/events.ts:82
Optional isAddRow
Section titled "isAddRow"isAddRow?: boolean Defined in projects/igniteui-angular/grids/core/src/common/events.ts:135
Optional newValue
Section titled "newValue"newValue?: any Defined in projects/igniteui-angular/grids/core/src/common/events.ts:131
oldValue
Section titled "oldValue"oldValue: any Defined in projects/igniteui-angular/grids/core/src/common/events.ts:127
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:136
primaryKey
Section titled "primaryKey"Inherited from: IRowDataEventArgs
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"Inherited from: IRowDataEventArgs
rowData represents the updated/committed data of the row after the edit (newValue)
The only case rowData (of the current object) is used directly, is when there is no rowEditing or transactions enabled
rowData: any Defined in projects/igniteui-angular/grids/core/src/common/events.ts:177
rowID
Section titled "rowID"Inherited from: IGridEditEventArgs
rowID: any Defined in projects/igniteui-angular/grids/core/src/common/events.ts:50
rowKey
Section titled "rowKey"Inherited from: IRowDataEventArgs
rowKey: any Defined in projects/igniteui-angular/grids/core/src/common/events.ts:184
Optional valid
Section titled "valid"Inherited from: IGridEditEventArgs
Optional Indicates if the new value would be valid. It can be set to return the result of the methods for validation of the grid
valid?: boolean Defined in projects/igniteui-angular/grids/core/src/common/events.ts:103