Search found 133 matches

Thanks for quick response mats.
Is there any way I can make it visible by writing some code ?
I believe, user will get confuse if he will see a bar instead of both after loading.

Thanks,
Hi mats,

Please replace attached tasks.josn in Baseline example of "GanttPro5.0.3" and run the use case.

Thanks,
Hello, We are using GanttChart to compare Estimated dates against Baseline dates. While loading GanttChart we are using autoFitOnLoad : true However, when GanttChart loads, the baseline bars are not visible, please refer attached screenshots. It doesn't visible even afer click on zoomtofit on GanttC...
Thanks Maxim, it helped to solved by overriding isValidDependency(). However, can you please answer to following question ? Microsoft Project doesn't allow to add SF and FF dependency on Summary task and we follow same rule in our application. However, found that Bryntum Gantt allows it, what is the...
Hi, Microsoft Project doesn't allow to add SF and FF dependency on Summary task and we follow same rule in our application. However, found that Bryntum Gantt allows it, is this something that you did intentionally ? or a bug. If it is intentionally done, how can i prevent by customization ? I tried ...
Thanks Maxim, I override it, however, it doesn't get invoke explicitly. How does it works ? Do I need to call it manually ? here is my code Ext.define('MyDependencyModel',{ extend : 'Gnt.data.DependencyStore', autoLoad : true, fields:[ {name: 'taskSeqNumber', type: 'int'}, {name: 'predTaskSeqNumber'...
Hi,

Is there any event that get fired before dependencydrop ? I want to prevent dependency to get created in some of the cases ?

beforedependencydrag doesn't help me as i need information of Task on which dependency will get set.

Bryntum Version: 3.0.8
EXT JS: 5.1.2

Thanks,
Hi Maxim,

The problem is, horizontal scroll bar is disappears in this view, Which I want to scroll horizontally.

Thanks,
Start Date: 12 Dec 2016
Finish Date: 19 Dec 2016
Hello, Is there any way to show horizontal scrollbar in Chart all the time? The issue I am facing is whenever View changes to Week, scroll bar disappears even if Project Spans timeline before and after that week. However, if I use Zoomin/Zoomout, scroll bar comes back. I used following code to set t...