gridDataBoundGrid - Select Row Regardless of cell clicked

Hi,

How only allow users to select rows and not cells. Therefore, if a user click a cell the entire row which that cell is part of is selected?

Thanks


1 Reply

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.



Loader.
Up arrow icon