OnFocus

i want the full text of a cell to be highlighted if a user clicks into a cell instead of the cursor just entering into the cell. is this possible. thks, ak

2 Replies

AD Administrator Syncfusion Team August 17, 2005 07:44 AM UTC

Try settingthe ActvateCurrentCellBehavior property. grid.ActivateCurrentCellBehavior = GridCellActivateAction.SelectAll;


AD Administrator Syncfusion Team August 17, 2005 08:02 AM UTC

You can check it in the following link. http://www.syncfusion.com/support/kb/grid/Default.aspx?ToDo=view&questId=122 Best Regards Mouli.

Loader.
Up arrow icon