Articles in this section

How to select the content of the cell automatically when the cell enters into Edit mode in Silverlight GridControl?

Grid control provides you the option to automatically select the content of the cell when the cell is in Edit mode by using the SelectAll option.

You can use the following code example.

C#

this.gridControl.Model.Options.ActivateCurrentCellBehavior = GridCellActivateAction.SelectAll;

 

Did you find this information helpful?
Yes
No
Help us improve this page
Please provide feedback or comments
Comments (0)
Access denied
Access denied