Hello,
I am using DayPilot Lite with Angular.
I have set the business start and end hours (9.00-18.00) in a config variable, i.e:
config: DayPilot.CalendarConfig = {
businessBeginsHour: 9,
businessEndsHour: 18
}
I don't want the user to be able to view any other hours, so have set heightSpec to "BusinessHoursNoScroll".
This however has caused the hours in the grid to reset to 00.00-08.00.
If I set heightSpec to "BusinessHours" then the correct hours (09.00-18.00) are highlighted, but the user is able to scroll up and down.
I saw in the docs that there should also be dayBeginsHour and dayEndsHour properties available, but they are not present in the DayPilot Lite version I have (I installed with npm so assuming I have the latest version..)
Please let me know if I'm missing something, or if this is a bug.
Thanks!