Product Bundles
DevCraft
All Telerik .NET and Kendo UI JavaScript components and AI Tools in one package.
Kendo UI
Bundle of AI Tools plus four JavaScript UI libraries built natively for jQuery, Angular, React and Vue.
Telerik
Build great .NET business apps
Net Web
Cross-Platform
Desktop
Reporting and Documents
Testing & Mocking
Debugging
Build JavaScript UI
Javascript
AI for Developers & IT
Ensure AI program success
AI Coding
Additional Tools
Enhance the developer and designer experience
UI/UX Tools
Free Tools
CMS
Support and Learning
Docs & Resources
Productivity and Design Tools
Hi
If i export my data to excel, only the current page is shown. The "AllPages" flag is set to true.
I load my data via "OnRead", because i need to implement pagination by myself.
How can i achieve this.
Kind regards Matthias
Hi Matthias,
With OnRead, AllPages cannot be exported because the grid Data only has the current page: https://docs.telerik.com/blazor-ui/components/grid/export/excel#notes:
If you are using the OnRead event, only the current page of data will be exported, because that's all the grid has at the time of the export action.
That said, it would, indeed, be great if that were possible, so I logged an improvement idea whose implementation you could follow here: https://feedback.telerik.com/blazor/1469312-include-all-pages-in-excel-export-should-work-with-onread
Regards, Marin Bratanov Progress Telerik