Push down two events on collision

Hi,

The scheduler API pushes down an event at collision which is great.
The way my system is set up is that two events are sometimes connected, but when one of them is pushed down, the other is not. How do I achieve two events being pushed down when only one is collided with?

I ask for guidance, since nothing of what I have read in the documentation indicates solving this problem.
I would like to know if this even is possible in the Sceduler API.

Thanks in advance!

Hi,

As I understand, the question is related to the Timeline view
https://docs.dhtmlx.com/scheduler/samples/06_timeline/02_lines.html

Unfortunately that can’t be implemented, because each event takes the first available free space from the top of the line. Currently there is no in-built way to render it in the second line as on your screenshot if there are no events above.

Hi,

thanks for the answer :smiley: