Our state of the art Gantt chart


Post by hari_chouhan »

Hello Team,

Please see the below screenshot

Event_trigger_onEdit timeline.png
Event_trigger_onEdit timeline.png (34.98 KiB) Viewed 235 times
  1. Which event is triggered on changing dependency from the Gantt chart.

  2. Same for edit Name, start date, and any other fields.

please let us know the common event for the above cases.

Thanks


Post by saki »

The easiest way to find all events that are fired on a user operation is to install https://bryntum.com/docs/gantt/#Core/mixin/Events#event-catchAll listener with console.log, do the operation and watch the results.

For example, type in the developer's console:

bryntum.query('gantt').on('catchAll', (e) => { console.log(e.type)});

and watch the console output.


Post by hari_chouhan »

Thank you, It's working


Post Reply