This is a migrated thread and some comments may be shown as answers.

gantt export pdf wrapped in splitter

2 Answers 49 Views
Gantt
This is a migrated thread and some comments may be shown as answers.
Svetlana
Top achievements
Rank 1
Svetlana asked on 14 Oct 2019, 11:03 AM

I have a gantt widget as pane of kendo splitter and when I exporting to pdf, I get blank file.

 

https://dojo.telerik.com/itANUHId

2 Answers, 1 is accepted

Sort by
0
Ivan Danchev
Telerik team
answered on 16 Oct 2019, 08:07 AM

Hello Svetlana,

Wrapping the content of the Splitter panes in div elements allows the Gantt to be properly exported. The modified html looks like this:

<div id="splitter">
  <div>
    <div id="gantt"></div>
  </div>
  <div>
    <div id="picker"></div>
  </div>
</div>

The highlighted divs determine the panes content containers and follow the structure shown in the documentation.

Here's the modified dojo example.

Regards,
Ivan Danchev
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.
0
Svetlana
Top achievements
Rank 1
answered on 16 Oct 2019, 08:25 AM
Thanks!
Tags
Gantt
Asked by
Svetlana
Top achievements
Rank 1
Answers by
Ivan Danchev
Telerik team
Svetlana
Top achievements
Rank 1
Share this question
or