AD
Administrator
Syncfusion Team
October 3, 2005 06:09 PM UTC
Try using the record selection support specific to GridGroupingControl. You do this by setting:
this.gridGroupingControl1.TableOptions.AllowSelection = GridSelectionFlags.None;
this.gridGroupingControl1.TableOptions.ListBoxSelectionMode = SelectionMode.MultiSelect; //anyhing other than None
If these properties are set any other way, then the selection support is the support inherited from GridControlbase, and this support has no knowledge of the grouping grid.