how to programmatically select all text in a cell

i''m using a grid controll a cell can be of various cell types i want to be able select all text in a cell for the user thanks in advance!

2 Replies

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 :-)

Loader.
Up arrow icon