Product Bundles
DevCraft
All Telerik .NET and Kendo UI JavaScript components and AI Tools in one package.
Kendo UI
Bundle of AI Tools plus four JavaScript UI libraries built natively for jQuery, Angular, React and Vue.
Build JavaScript UI
Javascript
Telerik
Build modern .NET business apps
.Net Web
Cross-Platform
Desktop
Reporting and Documents
AI for Developers & IT
Ensure AI program success
AI Coding
AI Engineering
Additional Tools
Enhance the developer and designer experience
Testing & Mocking
Debugging
UI/UX Tools
CMS
Free Tools
Support and Learning
Productivity and Design Tools
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
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