Page 1 of 1

[VUE 3] How to stop dependency lag from changing when moving event

Posted: Thu May 25, 2023 4:35 pm
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.


Re: [VUE 3] How to stop dependency lag from changing when moving event

Posted: Thu May 25, 2023 7:07 pm
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?


Re: [VUE 3] How to stop dependency lag from changing when moving event

Posted: Thu May 25, 2023 7:20 pm
by jsuslina

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


Re: [VUE 3] How to stop dependency lag from changing when moving event

Posted: Thu May 25, 2023 11:15 pm
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.


Re: [VUE 3] How to stop dependency lag from changing when moving event

Posted: Fri May 26, 2023 11:52 am
by jsuslina

Thank you