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();