Don't go into Cell Edit Mode when selecting Multiple rows/columns

Hello, currently if I select multiple columns and press ctrl C only the cell which was Edit Mode is copied. IS there is a way to make sure that when selection happens cell from where selection started does not go into edit mode.
 
Thank you

1 Reply

AS Athiram S Syncfusion Team February 19, 2013 12:05 PM UTC

Hi Gaukar,

Thanks for your update.

You can prevent a cell from entering into edit mode using the code:

gridControl1.ActivateCurrentCellBehavior = GridCellActivateAction.DblClickOnCell

Please let me know if you have any concerns.

Regards,

Athiram S


Loader.
Up arrow icon