Hi Team,
I have implemented the below scheduler,
<ejs-schedule #scheduleObj width='100%' [(selectedDate)]="selectedDate" [eventSettings]="eventSettings" [group]="group" cssClass='schedule-group-custom-work-days'
(actionBegin)= "onActionBegin($event)"
(renderCell) = "onRenderCell($event)"
(actionBegin) = "onActionBegin($event)"
[workDays]='workWeekDays'
[startHour]= 'startHour'
[endHour] = 'endHour'
[timeScale]="timeScale"
[rowAutoHeight] = 'true'
(popupOpen)="onPopupOpen($event)" (eventRendered)="onEventRendered($event)"
[allowDragAndDrop] = 'false'
[allowResizing] = 'true'
>
It behaves very differently when checking for responsiveness. Few times the layout will be proper, but few it fails. Could you please help me
out? It created a lot of problem for me.
I have also included the responsive file specified in the site in the corresponding component's style file.
After moving from Mobile to desktop: , it stays as below