Our state of the art Gantt chart


Post by attila.posta »

Hi

Constraints and dependencies can cause conflicts, but schedulingconflict event is not always fired.

I've found a solution to handle these types of conflicts in this link:
https://www.bryntum.com/examples/gantt-for-extjs/kitchensink/
The following configuration used in the constraint example, with a popup that lets the user choose between several options to handle the conflict.

scheduleByConstraints     : true,
checkDependencyConstraint : true,
checkPotentialConflictConstraint : true

In our Gantt 2.1.9 version these settings nowhere to be found. Can I see an alternative solution/example demonstrating the proper way to do it in the latest gantt versions?

thanks,
N.


Post by alex.l »

Hi attila.posta,

Handling of conflicts currently is not implemented, we have it on the roadmap, here is a ticket to track: https://github.com/bryntum/support/issues/1265

All the best,
Alex

All the best,
Alex


Post Reply