C1.Silverlight.FlexGrid Namespace > C1FlexGrid Class > StartEditing Method : StartEditing(Boolean,Int32,Int32) Method |
Editing in the C1FlexGrid is similar to editing in Excel:
Pressing F2 or double-clicking a cell puts the grid in full-edit mode. In this mode, the cell editor remains active until the user presses Enter, Tab, or Escape, or until he moves the selection with the mouse. In full-edit mode, pressing the cursor keys does not cause the grid to exit edit mode.
Typing text directly into a cell puts the grid in quick-edit mode. In this mode, the cell editor remains active until the user presses Enter, Tab, or Escape, or any arrow keys. In quick-edit mode, pressing the cursor keys causes the grid to exit edit mode.
Full-edit mode is normally used to make changes to existing values. Quick-edit mode is normally used for entering new data quickly.
While editing, the user can toggle between full and quick modes by pressing the F2 key.
The fullEdit parameter determines whether the grid should enter edit mode in full or quick mode.
For more details on advanced editing features such as auto-complete, list selection, and data-mapped columns, see the ColumnValueConverter class.
Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2