Selecting the text string when editing a cell

I want to highlight the text string when I edit a cell, something like an edit box. When you double clicks in the edit box, it goes into edit mode and highlight the text string.

1 Reply

AD Administrator Syncfusion Team April 19, 2004 10:11 PM UTC

Try setting grid.ActivateCurrentCellBehavior = GridCellActivateAction.SelectAll;

Loader.
Up arrow icon