Our pure JavaScript Scheduler component


Post by jsuslina »

Hi,

I need to disable the ability to maintain the same dependency lag when moving events. I remember there was a property that could be toggled on/off for this purpose, but I am currently can't find it.

Thank you.


Post by alex.l »

Hi jsuslina,

Not sure I got what you're looking for. The question is regarding to SchedulerPro, right? I can't remember anything related to the behaviour you described. There is pinSuccessors for Gantt, but SchedulerPro doesn't have that.
Could you please describe in more details what exactly you expect to see when you drag an event with dependencies?

All the best,
Alex


Post by jsuslina »

Hi. I need a dependency not to have any constraints on event dates


Post by alex.l »

To reach this dependency should be deactivated. You can manage that with https://bryntum.com/products/schedulerpro/docs/api/SchedulerPro/model/DependencyModel#field-active flag.

All the best,
Alex


Post by jsuslina »

Thank you


Post Reply