Hello,
By default if use a DataManager to as the DataSource of the Gantt Chart, each change done by the user (eg: modify task name) are automatically sent to the remote API and saved to the database.
I would like to add a "Save All" button so that all changes made by the user are only sent to the server once the button is clicked.
What is the best way to achieve this behavior?
Regards,
Mamy