SR
Sri Rajan
Syncfusion Team
July 9, 2008 11:43 AM UTC
Hi Bowe,
Thank you for your interest in Syncfusion products.
You need to set the ListBoxSelectionMode to either One or MultiExtended to only allow users to select rows and not cells.
this.gridDataBoundGrid1.ListBoxSelectionMode = SelectionMode.One;
Please let me know if this helps.
Best Regards,
Srirajan.