CI
Christopher Issac Sunder K
Syncfusion Team
April 28, 2010 09:18 AM UTC
Hi Jasper,
Thank you for your interest in Syncfusion products.
To select the whole text of the current cell in the GridControl when start editing, you can make use of the following code to achieve it.
this.gridControl1.ActivateCurrentCellBehavior = GridCellActivateAction.SelectAll;
Please let me know if you have any further concerns.
Regards,
Christopher K