JJ
Jisha Joy
Syncfusion Team
March 25, 2011 07:30 AM UTC
Hi Juraj,
You can achieve the desired behavior by setting the ActivateCurrentCellBehavior property to GridCellActivateAction.SelectAll. Please refer to the code,
this.gridControl1.ActivateCurrentCellBehavior = GridCellActivateAction.SelectAll;
Regards,
Jisha