Losing business hour settings on update
Asked by Anonymous
12 years ago.
12 years ago.
I have the following options OnInit()
BusinessBeginsHour = 9;
BusinessEndsHour = 18;
ShowNonBusiness = false;
However, when doing OnCommand callbacks to change the day, it starts showing all hours again. I've tried adding the above options both before and after Update(CallBackUpdateType.Full) but it still shows the incorrect hours.
DayPilot