AD
Administrator
Syncfusion Team
January 12, 2004 05:38 AM UTC
If you want the text to be selected when the cell becomes the currentcell, then there is a property setting that you can use:
this.gridControl1.ActivateCurrentCellBehavior = GridCellActivateAction.SelectAll;
Will this serve your needs?
AD
Administrator
Syncfusion Team
January 12, 2004 04:34 PM UTC
thank you very much clay,
that''s precisely what i need :-)