If there are more then one sections in the scheduler, the events for each sections are not grouped together in the day/week view.
Please have a look at the below image and follow the arrows. On Saturday, for example, the light/blue events should be placed on the same column. The same for the dark/blue ones. Each color represent a different section.
How can this be fixed? And also, please take into account that for the same section, the events might overlap.
Problem confirmed. Please try to use the updated js file instead of the original one.
If event overlap - then they will rendered as on your screenshot. But if start time of second blue event is greater or equal to the start time of the first event - it must be rendered underneath the first. dhtmlxscheduler_composition.zip (22.9 KB)
Please have a look at the screenshoot. In the Admin AeroPlus section the orange lines should be on the same row and the red one on the row below of the same section.
Is it possible to fix this?
They are sort events before rendering. Now it sorted by time and id. You can change the logic and replace id with parameter which defines event color in your case. In such case events with same color will tend to occupy the same line.