AD
Administrator
Syncfusion Team
October 27, 2006 06:06 AM UTC
Hi Jean,
Try setting the DataSource call with grid.BeginUpdate() and grid.EndUpdate() to see if that improves the performance.
grid.BeginUpdate();
grid.Binder.SuspendBinding();
grid.DataSource = Collections
grid.Binder.ResumeBinding();
grid.EndUpdate();
Please refer the browser sample that are shipped under Performance category.
\Essential Studio\3.3.0.1\Windows\Grid.Windows\Samples\DataBound\GridPerf example on GridDataBound Performance.
Let me know if you need any further assistance.
Regards,
Haneef