Steps to reproduce:
- Open this demo: https://codepen.io/alishera/pen/XJWBOxY?editors=1010
- Create an appointment that starts on Feb 28, 12:00 AM and ends on Mar 1, 12:00 AM
- Navigate to March
Expected results:
The appointment should occupy only the Feb 28 cell. Here is how another appointment is displayed:
Current results:
The appointment expands to Mar 1
While we are working on this issue, you can set the allDayPanelMode option to
allDay
as a workaround:$('#scheduler').dxScheduler({ ... allDayPanelMode: 'allDay', ..