AD
Administrator
Syncfusion Team
December 23, 2003 04:31 PM UTC
Rob,
Try to reset the grid first with the following lines.
this.gridDataBoundGrid1.DataSource = null;
this.gridDataBoundGrid1.Binder.ResetHierarchyLevels();
After that assign the new data source.
Stefan
RG
Rob Garrett
December 23, 2003 05:36 PM UTC
That does it!
Thanks Stefan!