AD
Administrator
Syncfusion Team
June 22, 2005 04:43 PM UTC
Are you using
this.gridGroupingControl1.TableOptions.ListBoxSelectionMode = SelectionMode.MutiExtended/One;
this.gridGroupingControl1.TableOptions.AllowSelection = GridSelectionFlags.None;
to use the record selection support?
If so, this is causing the problem. I think we will have to fix this in our code.
PV
Prathima Venkobachar
June 23, 2005 09:13 AM UTC
Thanks for information.
I have commented out those lines and it is working fine for now.
Prathima