AJAX Calendar/Scheduling Controls
Thank you for a great control.
I want to be able to change the UseEventBoxes from Never to ShortEventsOnly and back based on user input.
So far i have not found a way to do this anywhere other than during the page_load and not after the control has been rendered.
Thank you for your help.
You can change the value anytime but you need to force a full client-side reload using Update():
DayPilotScheduler1.Update(CallBackUpdateType.Full);
DayPilot for ASP.NET WebForms, DayPilot for ASP.NET MVC, DayPilot for Java