Our state of the art Gantt chart


Post by victor palma »

I have two questions:
I need an event to register all the movements that are made in the gantt.
How to refresh gantt when data has been change.


Post by mats »

I need an event to register all the movements that are made in the gantt.

You mean all drag drop actions? Or all data interaction? You can find a vast amount of events fired by the Gantt chart here: https://bryntum.com/docs/gantt/#Gantt/view/Gantt#events

If you are looking for data level events, you can learn about those here: https://bryntum.com/docs/gantt/#Core/data/Store#events

How to refresh gantt when data has been change.

If you change data the view is always up-to-date, no need to ever manually refresh it.


Post by victor palma »

Thanks for help,
But, i try to update task detail, but the gantt is not refreshing corretly


Post by mats »

But, i try to update task detail, but the gantt is not refreshing corretly

Ok please show us a test case so we can see what you are doing.


Post Reply