We use cookies to give you the best experience on our website. If you continue to browse, then you agree to our privacy policy and cookie policy. Image for the cookie policy date
close icon

Grouping grid performance question

I insert a large number of records in a DataTable from code. If a grouping grid is bound to the table, the process is much slower than it would be if there were no grid bound to the table. I guess this is because the grid is repeatedly updating its internal structures during the inserts. Is it possible to turn off updating in the grid during the inserts and then have the grid refresh itself afterwards?

2 Replies

AD Administrator Syncfusion Team May 5, 2005 02:41 PM UTC

Try this: this.gridGroupingControl1.Table.TableDirty = true; //do your inserting... this.gridGroupingControl1.Refresh();


AD Administrator Syncfusion Team May 5, 2005 05:57 PM UTC

Thanks a lot Clay. Speed improved dramatically :-)

Loader.
Live Chat Icon For mobile
Up arrow icon