AD
Administrator
Syncfusion Team
September 24, 2004 03:25 PM UTC
I think calling Binder.ResetHierarchyLevels() should do it, but check out also that thread:
http://www.syncfusion.com/support/forums/message.aspx?MessageID=10185
Stefan
SD
Steven Domingue
September 24, 2004 05:43 PM UTC
Nope. That didn''t work.
After looking to it better I found that I had to:
a) make a NEW OleDbDataAdapter with the new command string,
b) clear the dataset,
c) fill the dataset from the new adapter with a new table name,
d) set the datamember of the grid to the new table.
The grid would then refresh properly