xOnCellCancelEdit method

void xOnCellCancelEdit(
  1. DataGridRow dataGridRow,
  2. RowColumnIndex rowColumnIndex,
  3. GridColumn column
)

Implementation

void xOnCellCancelEdit(DataGridRow dataGridRow, RowColumnIndex rowColumnIndex, GridColumn column) {
  // handle the cancel editing code here
  cellInEdit_Value = null;
}