xOnCellSubmit method
void
xOnCellSubmit(
- XDataGridRow dataGridRow,
- RowColumnIndex rowColumnIndex,
- GridColumn column
override
Implementation
@override
void xOnCellSubmit(XDataGridRow dataGridRow, RowColumnIndex rowColumnIndex, GridColumn column) {
super.xOnCellSubmit(dataGridRow, rowColumnIndex, column);
onSubmit != null ? onSubmit!(list[rowColumnIndex.rowIndex] as XFDataItem) : null;
}