Calendar stuck in loading
14 years ago.
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!
DayPilot