Exporting All PagesPremium
Updated on Jun 24, 2026
You can export all pages of the Grid to PDF by configuring the pdf property of the Grid component.
To export all pages of the KendoReact Data Grid, set the data property of the pdf prop of the Grid.
- The export of all Grid pages requires all records, including the off-screen ones, to be rendered at once.
- The exact maximum number of exportable rows varies depending on the browser, system resources, template complexity, and other factors.
- Verify your own worst-case scenarios in each browser you intend to support.
The following example demonstrates how to export all pages of a paged Grid to PDF by providing the full unprocessed data to the pdf.data property.
Change Theme
Theme
Loading ...