Provides the ability to cancel the event.
Optional
cellIDOptional
columnOptional Represents the column information of the edited cell
Optional
eventOptional Represents the original event, that has triggered the edit
Optional
isOptional
newRepresents the grid instance that owns the edit event.
Represents the unique key, the row can be associated with.
Available if primaryKey
exists
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
Optional
validOptional Indicates if the new value would be valid. It can be set to return the result of the methods for validation of the grid
Represents event arguments related to events, that can occur for rows in a grid Example for events: adding, deleting, selection, transaction, etc.