DataGrid - Beta 2.0

In my code, I have a grid that appears on the form bound to a table. I then call SuspendBinding.. perform many changes to the data, then ResumeBinding. In previous versions, this was fine. In the new 2.0 beta, there is a MAJOR speed issue here. SuspendBinding does not appear to do it''s job. The work around, setting DataSource = null, works, but forces me to redraw the headers when i set Datasource = xx;ResumeBinding();

1 Reply

AD Administrator Syncfusion Team December 3, 2003 12:55 PM UTC

You might try the fix listed in this thread to see if that will make things work. http://www.syncfusion.com/Support/Forums/message.aspx?MessageID=9033

Loader.
Up arrow icon