RA
Rajasekar
Syncfusion Team
July 14, 2011 05:40 AM UTC
Hi Jorge,
Thanks for your update.
You can achieve your requirement by using the below code snippet,
Code Snippet[C#]
this.grid.ListBoxSelectionMode = GridSelectionMode.None;
this.grid.AllowSelection = GridSelectionFlags.Cell;
Please let us know if you have any queries.
Thanks,
Rajasekar