We use cookies to give you the best experience on our website. If you continue to browse, then you agree to our privacy policy and cookie policy. Image for the cookie policy date
close icon

Editing mode on key press

Hi there

How can I make the databound grid cell change to edit mode on first key press as opposed to mouse click? i.e. user selectes a cell with the mouse, and until user presses a key, the cell is not in edit mode

1 Reply

AD Administrator Syncfusion Team October 1, 2007 01:02 PM UTC

You can use the ActivateCurrentCellBehavior property to control how the cell becomes active for editing.


grid.ActivateCurrentCellBehavior = GridCellActivateAction.DblClickOnCell;//or maybe GridCellActivateAction.None;

Loader.
Live Chat Icon For mobile
Up arrow icon