This is a migrated thread and some comments may be shown as answers.

Export all data with page size

1 Answer 259 Views
Grid
This is a migrated thread and some comments may be shown as answers.
Natasha
Top achievements
Rank 1
Natasha asked on 14 Aug 2019, 10:19 AM

Dear Telerik Forum Admins,

 

Please find attached a screenshot of my current kendo-grid setup and DataSource.

I have implemented the excel functionality on my Vue Grid Wrapper, but the excel only contains the amount of records specified within the pageSize property of my DataSource. 

I found a similar issue on the Angular form mentioning the fetchData property on the Angular Grid, but it is not clear to me how this should be implemented within Vue.js.

Could you please assist me in being able to implement both functionalities?

 

Kind regards,

 

Natasha L

1 Answer, 1 is accepted

Sort by
0
Accepted
Veselin Tsvetanov
Telerik team
answered on 16 Aug 2019, 07:09 AM
Hello Natasha,

In order to export all pages from a Grid, you will need to set its :excel-all-pages prop to "true":
<kendo-grid :data-source-ref="'datasource1'"
            :pageable="true"
           ...
            :excel-all-pages="true">

Here you will find a small sample implementing the above suggestion.

Regards,
Veselin Tsvetanov
Progress Telerik
Do you want to have your say when we set our development plans? Do you want to know when a feature you care about is added or when a bug fixed? Explore the Telerik Feedback Portal and vote to affect the priority of the items
Tags
Grid
Asked by
Natasha
Top achievements
Rank 1
Answers by
Veselin Tsvetanov
Telerik team
Share this question
or