Overview
Configuring the synchronisation is one of the most important parts of the Gantt widget, the changes being made within the widget are translated to your business logic for further use within you application.
The non-persistent entities should be mapped to your persistent business data model. This can be accomplished for Task, Dependency, Assignment and Resource. Within the entity TaskCrud there is an Action enumeration attribute with three values added, removed and updated. The three actions can be mapped accordingly (see example screenshot).