Select all text in a cell

Hello, I'm trying to find a quick and easy way to select all the text in a given GridControl cell. Thanks! -Paul

1 Reply

AD Administrator Syncfusion Team September 15, 2003 04:03 PM UTC

There is a property setting that you can use to caused the text to be selected when a cell becomes current. Try setting grid.ActivateCurrentCellBehavior = Syncfusion.Windows.Forms.Grid.GridCellActivateAction.SelectAll;

Loader.
Up arrow icon