Gantt inline editor

How to save and send inline editing to the server

Hello,
Gantt is a client-side library, it doesn’t directly communicate with the database or the server-side. All changes occur only inside the browser.

To send the changes to the server, you need to use the Data Processor or built-in Ajax module. You can read more about it in the following articles:
https://docs.dhtmlx.com/gantt/desktop__server_side.html
https://docs.dhtmlx.com/gantt/api__gantt_ajax_other.html

When you edit a task via an inline editor, Gantt updates the task object. If you connected the Data Processor, Gantt will send the changes to the server. With the Ajax module, you need to manually send the changes to the server.

Here are examples:
http://snippet.dhtmlx.com/41d5ffad3
http://snippet.dhtmlx.com/5/d0b0020f8