AD
Administrator
Syncfusion Team
February 7, 2007 05:16 PM UTC
Hi Steffen,
You can set the following property to achieve this behavior
this.gridControl1.Model.Options.ActivateCurrentCellBehavior = GridCellActivateAction.None;
This None setting means that clicking on a cell does not activate it.
Best regards,
Haneef