Cell selection

Hi, On cell click i want content of the cell to be selected?Is there any property to set this Regards,

1 Reply

AD Administrator Syncfusion Team February 8, 2005 09:21 AM UTC

Try: this.grid.ActivateCurrentCellBehavior = GridCellActivateAction.SelectAll;

Loader.
Up arrow icon