Hi,
I have a scheduler within a dialog. The DayView is defined like this :
1) The height of each row is too important. How can I reduce the height to avoid scroll (see attached file) ?
2) The endTime/workDayEnd doesn't work (the day ends at 17:00). I see the same behaviour in your documentation :
https://www.telerik.com/kendo-react-ui/components/scheduler/views/day/
Regards,
Joffrey
I have a scheduler within a dialog. The DayView is defined like this :
<
DayView
slotDuration={60}
slotDivisions={2}
startTime={"08:00"}
endTime={"20:00"}
workDayStart={"08:00"}
workDayEnd={"20:00"}
/>
1) The height of each row is too important. How can I reduce the height to avoid scroll (see attached file) ?
2) The endTime/workDayEnd doesn't work (the day ends at 17:00). I see the same behaviour in your documentation :
https://www.telerik.com/kendo-react-ui/components/scheduler/views/day/
Regards,
Joffrey