AD
Administrator
Syncfusion Team
April 19, 2005 11:05 AM UTC
Does this mean you are swapping out the entire DataTable which is the grid''s datasource? If so, you might try setting grid.DataSource = null, then swap the DataTable, and then reset grid.DataSource = DataTable to see if this will avoid this problem. If it works, you can call grid.BeginUpdate before this code and grid.EndUpdate after this code to avoid any excessive painting during this process.
If that does not help, can you post some code to show what you are doing?