Create a link that is ignored by the scheduler

Is there a way to add a link that is completely ignored by the scheduler/gantt. This link would be completely handled separately. Thanks in advance for any suggestion.

Hello @celaexact,

There is no built-in way to do that.
But if you want to display custom HTML elements in the timeline, you can try using the addTaskLayer function and manually display HTML elements that will represent the custom link:
https://docs.dhtmlx.com/gantt/api__gantt_addtasklayer.html
Here is an example of how it can be implemented:
http://snippet.dhtmlx.com/5/f1281f3b6

Regarding the scheduler - basically, it doesn’t contain links between events as it is, and unfortunately, there is no easy way to implement them.