Discards the in-progress edit and exits edit mode.
The current configuration for the column.
Commits value as the new cell value, going through the cancellable
cellValueChanging event and then cellValueChanged.
true if the value was applied, false if cancelled.
The cell element parent of the template.
The row element containing the cell.
The value from the data source for this cell.
Context object handed to a custom editor template.
Remarks
Includes the cell's current
valuepluscommit/cancelcallbacks so the editor can hand its result back to the grid. The custom editor is also responsible for forwardingEnter/Escapeto those callbacks.