IgcRowDataCancelableEventArgs
Properties
Section titled "Properties"Optional cellID
Section titled "cellID"cellID?: object Optional column
Section titled "column"Optional Represents the column information of the edited cell
column?: IgcColumnComponent data: any Optional isAddRow
Section titled "isAddRow"isAddRow?: boolean Optional newValue
Section titled "newValue"newValue?: any oldValue
Section titled "oldValue"oldValue: any owner
Section titled "owner"owner: IgcGridBaseDirective primaryKey
Section titled "primaryKey"Represents the unique key, the row can be associated with.
Available if primaryKey exists
primaryKey: any rowData
Section titled "rowData"rowData: any rowID
Section titled "rowID"rowID: any rowKey
Section titled "rowKey"rowKey: any Optional valid
Section titled "valid"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