MobileForms Toolkit Documentation

Column.EditMode Property

Defines the behavior of editable cells for this column. The behavior also depends on CellEdit property of this column.

public EditMode EditMode {get; set;}

Remarks

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/CellEditCheckboxTextboxCustom
NoneFrom codeFrom codeFrom code
OnEnterFrom code, By clicking, By EnterFrom code, By clicking, By Enter From code, By clicking, By Enter
AutoFrom code, By clicking From code, By clicking, By keys, By cell activation From code, By clicking, By keys, By cell activation
From code - means that editing can be invoked by calling EditSelectedCell. By clicking - means that editing can be invoked by clicking the mouse (stylus) on the cell. By enter - means that editing can be invoked by presssing enter key on the keyboard while the cell, that should be edited, is activated. By keys - means that editing can be invoked by activating the cell using the arrow keys on the keyboard. By cell activation - means that editing can be invoked by calling ActivateCell method.

See Also

Column Class | Resco.Controls.SmartGrid Namespace