[]
Starts editing a specific cell.
public virtual bool StartEditing(GridControlRange range, bool fullEdit = true, bool focus = true, bool disableAnimation = false)
Type | Name | Description |
---|---|---|
GridControlRange | range | The range to start editing. |
bool | fullEdit | Whether to stay in edit mode when the user presses the cursor keys. |
bool | focus | Whether to set the focus and select the text in the editor. |
bool | disableAnimation | if set to |
Type | Description |
---|---|
bool |