Hi, if I set the number of days to 365 the scheduler loads after 10 seconds.
To test:
If I set it to 2 days it loads instantly.
If I set it to 3000 days it loads in about a minute.
How can I make it load extra days on scrolling so that the initial load is quicker?
Thanks
<DayPilot:DayPilotScheduler ID="DayPilotScheduler1" runat="server"
DataStartField="DataStartField"
DataEndField="DataEndField"
DataTextField="LeaveType"
DataValueField="PK_Leave"
DataResourceField="Initials"
EventClickHandling="JavaScript"
EventClickJavaScript="eventClick(e);"
CellDuration="720"
Days="3000"