Task id a uuid

Is it possible to give tasks an id that is a UUID and, have the gantt display a data set of tasks with id’s that are UUID’s?

Hello,
format of ids is completely arbitrary.
Client-side generates a temporary ones, and when the task is saved to the server ajax response can contain a server-id which will be used from then.
So if the ids are generated in your database and you use dhtmlxConnector - it should be happen automatically. If you have custom server-side, you need to return new id in ‘tid’ attribute of a response. See the ‘Response’ paragraph here docs.dhtmlx.com/dataprocessor__b … iples.html