I hope this helps. Please let me know if you have any further questions pertaining to the Excel Export of the Kendo UI Grid.
Regards,
Hetali
Progress Telerik
Progress is here for your business, like always. Read more about the measures we are taking to ensure business continuity and help fight the COVID-19 pandemic. Our thoughts here at Progress are with those affected by the outbreak.
With above answer i.e. grid.saveAsExcel(); we are able to save only current page. But my requirement is to save all pages.
I am sure, this question is asked earlier and Progress Telerik team should have a solution.
I am using angular9 and Telerik Kendo UI Grid. We are getting Data in the format of JSON and binding to the Telerik kendo UI grid. Everything is working great with Kendo UI Grid as per demonstrated on Kendo UI help page.
Note: - We triggering the export to excel Externally.
Appreciate
Your help and suggestion.
Hetali
Telerik team
commented on 25 Oct 2021, 07:30 PM
Hi Prasant,
To save all the pages when you trigger the export to Excel externally, use the fetchData function in the ExcelComponent as seen in this article to Export Specific data. For example: