Conflicting scheduler in dthtml scheduler calender

I’m using dthtml scheduler calender,
In this demo tutorial , carrental-app.scheduler-net.com/
It is not allowing to book the same car for same timing period for different customers.
(for example: If I book Dodge Caliber from 1:00 to 2:00 for customer A , I’m not able to book it for customer B for 1:30 to 2.30. Though we cannot book the same car for conflicting time, i want both conflicting appointment to get displayed side by side)

I’m using this scheduler in my project for booking appointment,so it is normal to get conflicting appointments.
Now i want to know how to change this scheduler following ways:
(i)Scheduler calender allows conflicting appointments.
(ii)The conflicting appointments has to be shown side by side


Hi, i’ve answered in that topic
viewtopic.php?f=7&t=29871

Thank you for the response,

Also I need the conflicting appointment to appear like a inner box to the first appointment,(as shown in picture)
(example: customer B appointment should appear like a small box within the customer A appointment )

try cascade event mode:
scheduler-net.com/docs/dhxschedu … nt_display
c# : Scheduler.Config.cascade_event_display = true;