AD
Administrator
Syncfusion Team
October 3, 2003 03:13 PM UTC
Use the following code to reassigning the datasource to the grid, otherwise some internal settings are not correctly reset:
this.gridDataBoundGrid1.DataSource = null;
this.gridDataBoundGrid1.Binder.ResetHierarchyLevels();
this.gridDataBoundGrid1.DataSource = dataSource;
Stefan