Won't Fix
Last Updated: 06 Oct 2020 05:44 by ADMIN
devdutt
Created on: 29 Sep 2020 06:51
Category: Grid
Type: Bug Report
0
Hi Team,

Hi Team,

I'm using the export excel feature in the grid. When I'm trying to download data less record( < 3k) it's working fine, but this becomes problematic when I'm trying to download huge data (more than 10k) my browser hangs and after some time browser crash. Do let me know any solution regarding this issue.

1 comment
ADMIN
Plamen
Posted on: 06 Oct 2020 05:44

Hi,

Yes, indeed there is such limitation with the export to excel on the client because file contents constructed entirely in client-side and it depends in each browser ability to store formatted strings (e.g. JSON) that processed by every browser. Every browser has its own limitations and I'm afraid that in most cases we don't have control over them.
That said, exporting large amounts of data during export will generate strings that might be too long for the given browser.
In this case, I we can recommend to use server export - one possible approach is explained in this forum thread for example - https://stackoverflow.com/questions/49922780/initiates-the-excel-export-large-number-of-rows-using-kendogrid. Currently we don't have such resource specially made for Kendo UI for Vue but we will do our best to add in the near future.

Regards,
Plamen
Progress Telerik

Five days of Blazor, Angular, React, and Xamarin experts live-coding on twitch.tv/CodeItLive, special prizes, and more, for FREE?! Register now for DevReach 2.0(20).