Hi,
you could trying using :
gridControl1.SuspendLayout();
// do you batch processing …
gridControl1.ResumeLayout();
Altervatively, you could suppend and resume the layout of the grid at every 40,100 or 200 new rows, depending on what looks and works best for you.
Imported from legacy forums. Posted by Ghislain (had 997 views)