Hello,
Does the Gantt offer the ability to bulk create task dependencies, similar to how MS Project does it? You select multiple tasks and either press the Link selected tasks button or press Ctrl + F2?
Is this available out of the box, if not, do you know if this is this something we can implement using the out of the box functions?
Many thanks
Paul
Support Forum
Hey Paul,
We're happy to share that we have that being released soon in v5.3, check the ticket here for updates https://github.com/bryntum/support/issues/5846
Best regards,
Márcio
How to ask for help? Please read our Support Policy
Hi,
The menu items are only available in Gantt, there is no built in automatic way of doing in Scheduler Pro. But you could easily add a button to your toolbar or a menu item to the context menu in your app and add some code to link them up there.
This guide shows how to add menu items: https://bryntum.com/products/schedulerpro/docs/guide/Scheduler/customization/contextmenu
Regarding the logic in the handler, that would be up to the app. Some iteration over schedulerPro.selectedEvents
probably, and adding dependencies to schedulerPro.dependencyStore
depending on your logic for it
Johan Isaksson