Unplanned
Last Updated: 26 Sep 2019 14:26 by ADMIN
Alexander
Created on: 19 Sep 2019 14:35
Category: Chart
Type: Feature Request
0
kendo-chart with kendo-pager: Export all pages to PDF
Please add pdf.allpages functionality in kendo-chart similar to kendo-grid:
https://docs.telerik.com/kendo-ui/api/javascript/ui/grid/configuration/pdf.allpages

We are using 2 kendo components together: kendoChart & kendoPager:
https://dojo.telerik.com/iqOnEHUN

We need to export the entire kendo-chart so that each page in kendo-chart gets its own page in the PDF file.
1 comment
ADMIN
Alex Hajigeorgieva
Posted on: 26 Sep 2019 14:26

Hi, Alexander,

Thank you for your suggestion.

At present we do not have a dataSource and template PDF export functionality but you could export all of the pages at once by manipulating the pager page size as shown in this ListView demo:

https://docs.telerik.com/kendo-ui/knowledge-base/listview-pdf-export-all-pages

Of course, this will produce a single chart. If you need to implement this functionality before it becomes available, you will need to page programmatically in a loop creating groups as you go along and push them to the root pdf object which will need to have its multiPage option enabled. Also, I would suggest disabling the transitions because otherwise a setTimeout will be necessary.

Let me know in case you have further questions.

Kind Regards,
Alex Hajigeorgieva
Progress Telerik

Get quickly onboarded and successful with your Telerik and/or Kendo UI products with the Virtual Classroom free technical training, available to all active customers. Learn More.