Show user that task is saving

Hey guys,

I don’t know if this is available, or maybe it will be in the future…? But it looks like while the Task is bold in the tree to the left it means the task is saving… Is that correct? Is there anyway we could draw a popup while the gantt chart is saving with our server side code? Trying to draw that out for our users.

Hello,

Yes, when task is bold in the grid, the task is saving.

To show message when event saving please use DataProcessor events:
docs.dhtmlx.com/api__refs__data … vents.html
Example:
docs.dhtmlx.com/gantt/snippet/6db72bb7

Thanks polina. I will implement this.

EDIT:

works like a charm. After posting i found my issue.