Your Privacy Matters: We use our own and third-party cookies to improve your experience on our website. By continuing to use the website we understand that you accept their use. Cookie Policy
140
Exporting Grid to Excel - slow and locks up browser
posted

I have a grid with around 1000 rows and 20 columns.

When I export to Excel is takes over 30 seconds and completely locks up the browser making the page completely unresponsive.

I have seen the sample http://www.igniteui.com/grid/export-grid-loading-indicator

I improved on the sample by adding a progress bar to my page, handling the export events for each row, using knockout binding to update the progress value, but the bar does not paint until the export is finished. Even tooltips do not work while the grid is exporting!

How can I get the export to work without it making the page appear that is has crashed?

Thanks

Graham

Parents
  • 16310
    Offline posted

    Hi Graham,

    This was a known issue when the igGridExcelExporter is working with a fairly large amount of data, for example exporting 1000+ records is taking approximately 30 seconds (and makes the UI unresponsive) depending on other factors as well.

    Good news is it this has been logged as a development issue and has been greatly improved. The fix will be available in next service release, which is scheduled to be available on 16th December 2016.

    Please let me know if this schedule works for you.

Reply Children
No Data