Home Unanswered Active Tags New Question

Change UseEventBoxes in code

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.

Asked by KSLF 9 months ago.
1 other person also wants an answer.
Replies

You can change the value anytime but you need to force a full client-side reload using Update():

DayPilotScheduler1.Update(CallBackUpdateType.Full); 

Answer posted by Dan Letecky [DayPilot] 9 months ago.
New Reply
This reply is
Your name (optional):

DayPilot for ASP.NET WebForms, DayPilot for ASP.NET MVC, DayPilot for Java