Spread Silverlight Documentation
Using Edit Mode Always
Spread Silverlight Documentation > Developer's Guide > Managing the User Interface > Using Edit Mode Always

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