Exporting All Pages

The GridPDFExport component enables you to export all Grid pages to PDF.

To export all pages of the KendoReact Data Grid, pass them as the data argument of the save method.

  • 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.
Example
View Source
Change Theme:

In this article

Not finding the help you need?