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

Refreshing of Daypilot Schedulter

Asked by Neville
10 years ago.

I'm using a the dpsReservations.Resources.Clear(); whoever for an unknow reason I cannot drop the current resources and rebind the the current events. all the resources are staying there however only the events are being cleared

mvc
Answer posted by Dan Letecky [DayPilot]
10 years ago.

After clearing the resources, it is necessary to call full update:

dpsReservations.Update(CallBackUpdateType.Full);

Please let me know if it didn't help.

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