Defines the behavior of editable cells for this column. The behavior also depends on CellEdit property of this column.
If CellEdit property of this column is set to CellEditType.None, this property is ignored.
The following table explains the behavior of editable cells depending on the value of this property and on the value of CellEdit property.
| EditMode/CellEdit | Checkbox | Textbox | Custom |
| None | From code | From code | From code |
| OnEnter | From code, By clicking, By Enter | From code, By clicking, By Enter | From code, By clicking, By Enter |
| Auto | From code, By clicking | From code, By clicking, By keys, By cell activation | From code, By clicking, By keys, By cell activation |
Column Class | Resco.Controls.SmartGrid Namespace