IgcRowDataCancelableEventArgs

Provides the ability to cancel the event.

cancel: boolean
cellID?: object

Optional Represents the column information of the edited cell

column?: IgcColumnComponent

Optional isAddRow

Section titled "isAddRow"
isAddRow?: boolean

Optional newValue

Section titled "newValue"
newValue?: any
oldValue: any
owner: IgcGridBaseDirective

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

primaryKey: any
rowData: any
rowID: any
rowKey: any

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