Home Unanswered Active Tags New Question

Calendar stuck in loading

Hi... I am not sure this is a bug, but I have a DayPilotCalendar in an UpdatePanel and bound to an EntityDataSource. When I initially load the page, it appears correctly. When I change its StartDate in a postback and update the panel, it remains stuck in the loading state. There isn't (and shouldn't) be any database traffic during postbacks (the DayPilotCalendar is bound to the EntityDataSource and in the first loading it gets the data, but the parameters haven't changed in the mid time, it should do filtering without touching again the database).
I see two Get Calls to a WebResource.axd which return an empty frame in the network traffic, but I am not sure they are related.

The offending lines are:
DayPilotCalendar1.StartDate = some date
DayPilotCalendar1.HourNameBackColor = some color
calendarPanel.Update();

Could you tell me what could go wrong?

Thanks in advance!

Asked by tec-goblin 6 months ago.
2 other people also want an answer.
Replies

Could you please check if there is any JavaScript error? It seems like the rendering code was interrupted for some reason. I recommend using Firefox + Firebug extension (the console tab).

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

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