search envelope-o feed check
Home Unanswered Active Tags New Question
user comment-o

Change UseEventBoxes in code

Asked by KSLF
12 years ago.

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.

Answer posted by Dan Letecky [DayPilot]
12 years ago.

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

DayPilotScheduler1.Update(CallBackUpdateType.Full); 

This question is more than 1 months old and has been closed. Please create a new question if you have anything to add.