Hi
I’m currently using the event onAfterAutoSchedule to send all the changed tasks to our back-end (using JSON Ajax call) after a user moves a single task. That works really well.
However I’ve now enabled the Gantt multi-select feature and now when multiple tasks are selected and then moved by the user, the onAfterAutoSchedule event gets called for each task being moved.
I’d like to only send one update with all the changed tasks to the back-end whether for one task or for multiple. I’d also like to display an on-screen message for the user to show that the system is still processing the back-end update.
Any help appreciated.
Best regards
Keith