Very slow in Internet Explorer
Hi. My question is why in Internet Explorer 8 a calendar refresh is spending up to 3 seconds and an event move 1 second, while in Chrome it is immediate...
I use a calendar with resources. Am I doing something wrong?
My table has 20 events
DayPilotCalendar1 is inside an UpdatePanel
if (!IsPostBack) --> DefineColumns from resources loaded in memory. 5 days, 3 resources
Refresh -->
DayPilotCalendar1.DataBind();
DayPilotCalendar1.Update(DayPilot.Web.Ui.Enums.CallBackUpdateType.EventsOnly);
EventMove -->
Save to SQL Server
DayPilotCalendar1.DataBind();
DayPilotCalendar1.Update(DayPilot.Web.Ui.Enums.CallBackUpdateType.EventsOnly);
I think it is quite simple, but the time spent in IExplorer is too much.
Asked by jjsabe 1 year ago.