Search found 133 matches

Hi, We are trying to configure drag-drop column in ganttchart which is there in your "advanced" example. Changes made by us, added new column with below code : { xtype : 'dragdropcolumn' } Kindly refer attached document for use cases. Please let us know if need more information or if we ar...
Hello, Can you please help me by answering to following queries ? 1:What are the benefits of moving to Bryntum GanttChart from Bryntum ExtJS Ganttchart ? 2:What are the benefits of Bryntum Scheduler over Bryntum ExtJS Ganttchart ? 3:We do have license of Bryntum ExtJS GanttChart and Schedule, howeve...
Hi,

We received a requirement from one the customers to support multiple dependencies between same 2 tasks.
Does GanttChart for EXT JS support this ?
If yes, please point me documentation of it
If no, may i know a way to customization ?

Bryntum Gantt : 6.0.8
Sencha: 6.6.0.258

Thanks,
Pravin
Hi, We do have around 8-10 columns and when we do print, it breaks into multiple pages. We tried with DPI =200, however, it didn't solve problem completely. is there a way/setting to print complete GanttChart on single page ? Attaching PDF which i export from export example, it too broken in multipl...
Thanks mats,

i am not sure i can do it, but, will try to do it :).
Hi pmiklashevich and arcady, Thanks for quick reply, however, it won't help us as sum of 'sch-all' and 'gantt-all-thin' files size is as same as gnt-all.js. is there any way to reduce the size of gnt-all.js further ? or way to load it faster than now ? Byntum: 5.1.15 Sencha: 6.0.2 Thanks in advance....
Hi, I found that are files with name gnt-all.js and gnt-all-thin.js. Size of thin is almost half of the gnt-all, may i know what is gnt-all-thin.js is ? is it optimized version of gnt-all ? if yes, can i use thin instead of it so that it will help to improve the time of loading it ? Thanks, Pravin M...
Thanks Terence, it helped to resolve the issue :D However, with the following code of constructor, the dateFormat that i am setting in extended class got reset by this.callParent([this.markup]); . constructor: function(markup,dateFormat) { this.markup = markup || this.markup; this.dateFormat = dateF...
Hi, i am overriding the Gnt.template.TaskTooltip, however, tooltip is not coming. Here are the things that i did 1:Override the TaskTooltip Ext.define('TaskTooltipTamplate',{ override : 'Gnt.template.TaskTooltip', disableFormats: true, dateFormat: null, markup: '<h2 class="sch-task-tip-header&q...
Thanks for reply Terence. Few questions: Can you please elaborate what does mean by modern API ? Will task and dependency modification work on mobile ? "classic framework on the which the gantt chart is built will have some load on mobile devices.": are you referring EXTJS in this statemen...