Spread WPF 17
Spread WPF Documentation / Developer's Guide / Managing the User Interface / Using Edit Mode Always
In This Topic
    Using Edit Mode Always
    In This Topic

    You can set the cell to always be in edit mode when the user clicks on it. Normally the user types or double-clicks before the cell goes into edit mode.

    Set the StartCellEditing method in the EnterCell event to cause the cell to go into edit mode as soon as the user clicks on or uses tab or enter to move to the cell.

    See Also