I am using saveAsexcel() method to export the data of orders for months. it has large set of data. When i try to export for a week it export it properly, When i try to export for a month. Browser is keep on hanging and page becomes unresponsive. Is there any limit of data which we can export?
Georgi Denchev
Telerik team
commented on 19 Jul 2023, 07:28 AM
Hello, Raghunandan,
The amount of records that can be exported at once will depend mainly on the browser and available machine resources. If the data set is huge, you can look into server-side exporting:
Hello, Raghunandan,
The amount of records that can be exported at once will depend mainly on the browser and available machine resources. If the data set is huge, you can look into server-side exporting:
https://docs.telerik.com/kendo-ui/controls/grid/export/excel-export#server-side-processing
Best Regards,
Georgi