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