We use cookies to give you the best experience on our website. If you continue to browse, then you agree to our privacy policy and cookie policy. Image for the cookie policy date

Toughie on selecting within a cell.

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?

2 Replies

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; > >

Loader.
Live Chat Icon For mobile
Up arrow icon