Search found 3 matches

Fixed. After removing my css & js file it, start working.(which was there in v4.0.0 )
Hi Mats,
I used same code with Advance sample and it is working.
Hi, I updated Ext. Gantt version 4.0.0 to 4.2.7 and after that Print functionality stop working. My Configuration : Bryntum Gantt v4.2.7 and ext-js 6.0.1. Here is my code. Ext.create('Gnt.plugin.Printable', { printRenderer : function(task, tplData) { if (task.isMilestone()) { return; } else if (task...