Business hours begins and End where can I set them
5 years ago.
I'm trying to dynamically set the BusinessBeginsHour and BusinessEndsHour in the code behind, but this is just crashing the js and stopping the hours from rendering, and not displaying/Hiding enough rows. I'm trying this in the OnInit override currently.
Is there somewhere else I can get this to work?
fwiw i've tried adding in DayBeginsHour and DayEndsHour values to see if that would help to no avail.
I can replicate the problem by adding:
BusinessBeginsHour = 9;
BusinessEndsHour = 11;
to the demo onInit function in the calendar controller
DayPilot