allowEditing property

bool allowEditing
finalinherited

Decides whether cell should be moved into edit mode based on SfDataGrid.editingGestureType.

Defaults to false.

Editing can be enabled only if the SfDataGrid.selectionMode is other than none and SfDataGrid.navigationMode is cell.

See also,

  • DataGridSource.onCellBeginEdit- This will be triggered when a cell is moved to edit mode.
  • DataGridSource.onCellSubmit – This will be triggered when the cell’s editing is completed.

Implementation

final bool allowEditing;