How to Excel export all Pages in a Kendo React grid?

1 Answer 84 Views
Excel Export Grid
Ozgur
Top achievements
Rank 1
Iron
Ozgur asked on 01 Aug 2023, 02:37 PM

Hi,

We use OData to get data, default page size is 10.
When we try to export to excel all pages of data it only exports first 10 records.
How can we export all pages of data ?

Thanks.

1 Answer, 1 is accepted

Sort by
0
Konstantin Dikov
Telerik team
answered on 03 Aug 2023, 10:18 AM

Hello Ozgur,

For exporting all pages you need to pass the entire data set when the export occurs. You can take a look at the following example from our documentation which demonstrates how to pass the entire data when exporting the Grid:

In your scenario, you will have to request the entire data set and pass it to the "save" method.

Hope this helps.

 

Regards,
Konstantin Dikov
Progress Telerik

Stay tuned by visiting our public roadmap and feedback portal pages! Or perhaps, if you are new to our Kendo family, check out our getting started resources!

Tags
Excel Export Grid
Asked by
Ozgur
Top achievements
Rank 1
Iron
Answers by
Konstantin Dikov
Telerik team
Share this question
or