public virtual bool StartEditing( GridControlRange range, bool fullEdit, bool focus, bool disableAnimation )
Parameters
- range
- The range to start editing.
- fullEdit
- Whether to stay in edit mode when the user presses the cursor keys.
- focus
- Whether to set the focus and select the text in the editor.
- disableAnimation
- if set to
true
disable scrolling animations.