How to set DayPilot calendar DayBeginsHour and DayBeginsHour dynamically
12 years ago.
Hi, how do you set the value of the DayBeginsHour and/or DayBeginsHour dynamically? cuz when I give DayBeginsHour a value that depends on the earliest event of the week, the calendar goes blank after navigating using the navigator.
I have the following code and it is not working:
DayPilotCalendar1.DayBeginsHour = earliestEventHour;
DayPilotCalendar1.DayEndsHour = 20;
DayPilotCalendar1.Update(DayPilot.Web.Ui.Enums.CallBackUpdateType.Full);
DayPilot