We use cookies to give you the best experience on our website. If you continue to browse, then you agree to our privacy policy and cookie policy. Image for the cookie policy date
close icon

Allow row selection when ggc have no RowHeader

I have a ggc grid that is grouped my one field and with RowHeader=false.

How can I enable row selection with row header turned off?

1 Reply

AD Administrator Syncfusion Team December 7, 2006 05:18 AM UTC

Hi James,

Try setting the ListBoxSelectionMode property to SelectionMode.One to select the one row at a time. Here is a code snippet

this.gridGroupingControl1.TableOptions.ListBoxSelectionMode = SelectionMode.One;

Best Regards,
Haneef


Loader.
Live Chat Icon For mobile
Up arrow icon