JJ
Jisha Joy
Syncfusion Team
December 5, 2008 08:52 AM UTC
Hi Greg,
Please use the following codes for rebinding GridGroupingControl:
this.gridGroupingControl1.DataSource = null;
thisgridGroupingControl1.DataMember = null;
this.gridGroupingControl1.ResetTableDescriptor();
this.gridGroupingControl1.TableDescriptor.Relations.Clear();
this.gridGroupingControl1.DataSource = newdatasource;
this.gridGroupingControl1.Reinitialize();
this.gridGroupingControl1.Refresh();
Please try this and let me know if this helps.
Regards,
Jisha