Export multiple grids to PDF

1 Answer 102 Views
Grid PDF Processing
Gabriel
Top achievements
Rank 2
Iron
Gabriel asked on 11 Jan 2023, 12:36 PM
Hi,
 

I have 2 grids on page, with many columns, (scroll horizontal)

is it possible to export all of them to one PDF file using GridPDFExport (GridPDFExport - React PDF Processing Component - KendoReact API (telerik.com))?
PDFExport  (PDFExport - React PDF Processing Component - KendoReact API (telerik.com)) is not able to export all columns, hiding some ones.


Regards
Gabriel

1 Answer, 1 is accepted

Sort by
1
Accepted
Konstantin Dikov
Telerik team
answered on 13 Jan 2023, 10:40 AM

Hi Gabriel,

The PDF export functionality will export only what is visible, so if you want to export the entire Grid you will have to temporarily disable the scrolling functionality and change the rendering in a way that will make all columns visible.

Additionally, if you want to combine two separate elements from the page and export them in one file, you can use the approach demonstrated in the following example:

Hope this helps.

 

Regards,
Konstantin Dikov
Progress Telerik

Virtual Classroom, the free self-paced technical training that gets you up to speed with Telerik and Kendo UI products quickly just got a fresh new look + new and improved content including a brand new Blazor course! Check it out at https://learn.telerik.com/.

Tags
Grid PDF Processing
Asked by
Gabriel
Top achievements
Rank 2
Iron
Answers by
Konstantin Dikov
Telerik team
Share this question
or