PDF Export BasicsPremium
Updated on Jun 24, 2026
The pdf property of the Grid component enables you to export the content of the KendoReact Data Grid to PDF, offering various configuration options for customizing the export process.
Getting Started
To enable the PDF export, set the Grid pdf prop to true or provide a GridProps configuration. Then handle the onPdfExport event to perform a smooth asynchronous export using the saveGridPDF function from the @progress/kendo-react-pdf package.
The following example demonstrates basic PDF export, where clicking the Export to PDF button generates and downloads a PDF of the Grid data.
Change Theme
Theme
Loading ...