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.
Up arrow icon