JB
James Blibo
December 10, 2006 03:51 AM UTC
This is strange, but I'm gonna post it here...
I initially had my ggc on a windows tab control. When I replace the windows tab control with the syncfusion control, this is when this strange error started occuring. I had my grouping on a syncfusion tab. I had four tabs and the ggc was on one of the tabs.
When I remove the syncfusion tab, the error went away. strange...
AD
Administrator
Syncfusion Team
December 11, 2006 05:26 AM UTC
Hi James,
After setting the new data source try calling gridGroupingControl1.TableDescriptor.ResetColumns() to see if that helps.
//Code
gridGroupingControl1.TableDescriptor.ResetColumns();
//Or
gridGroupingControl1.TableDescriptor.Columns.Reset();
Best Regards,
Haneef