BoldSignA modern eSignature application with affordable pricing. Sign up today for unlimited document usage!
Hi James,
Thank you for using Syncfusion Products.
You can highlight the cell contents when user enter into edit mode by using the ActivateCurrentCellBehavior property. Please refer the following code example :
Code Snippet[C#]:
this.dataGrid.Model.Options.ActivateCurrentCellBehavior = GridCellActivateAction.SelectAll; |
Please let us know if you have any queries,
Thanks,
Ganesan
Hai James,
You can highlight the cell contents when the user enters in edit mode by using
the ActivateCurrentCellBehaviour property as shown in the following code
snippet.
Code snippet[C#]:
this.dataGrid.Model.Options.ActivateCurrentCellBehavior = GridCellActivateAction.SelectAll | GridCellActivateAction.DblClickOnCell; |
Please let us know if you have any queries,
Regards
Deepak raj Sundar