I desperately need the function to print the Gantt. I have managed to hand-make the function to print the table part, but I need to know how I can print the Gantt part, at least until the functionality is available. I'm trying to print the element:
document.getElementsByTagName('kendo-gantt-timeline')[0]
But it gives me size problems and problems with .k-gantt-dependencies-svg.
Can you help me?
document.getElementsByTagName('kendo-gantt-timeline')[0]
But it gives me size problems and problems with .k-gantt-dependencies-svg.
Can you help me?