Articles in this section
Category / Section

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

1 min read

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)
Please sign in to leave a comment
Access denied
Access denied