I have a numeric cell in non-virtual grid mode. When you click the cell in an area that has no text, the text inside is fully selected, but if you click an area that has text, the cursor is inserted at that point in the text.
I always want the entire contets of the cell selected when its clicked on.
How can I achieve this?
AD
Administrator
Syncfusion Team
June 24, 2004 03:44 PM UTC
Try setting the
this.grid.ActivateCurrentCellBehavior = GridCellActivateAction.SelectAll;
AD
Administrator
Syncfusion Team
June 24, 2004 03:56 PM UTC
Worked great thanks!
>Try setting the
>
>this.grid.ActivateCurrentCellBehavior = GridCellActivateAction.SelectAll;
>
>