JJ
Jisha Joy
Syncfusion Team
April 23, 2010 11:43 AM UTC
Hi Jasper,
You could try setting the ActivateCurrentCellBehavior property to 'SelectAll' to achieve the desired behavior. See the code:
this.gridDataBoundGrid1.ActivateCurrentCellBehavior = GridCellActivateAction.SelectAll;
Regards,
Jisha