AD
Administrator
Syncfusion Team
July 22, 2004 04:41 AM UTC
Some things to try (one or the other or both).
1) Set the grid''s DataSource and DataMember to null before setting the new DataSource.
http://www.syncfusion.com/Support/article.aspx?id=10419
2) Try calling grid.Binder.InitializeColumns() after you set the new DataSource.