AutoRefresh Interval
8 years ago.
Hello,
I am using DayPilot.Web.MVC version 8.4.5884.1 and daypilot-all.min.js version 2955.
I am trying to use AutoRefresh, by setting:
View:
AutoRefreshEnabled = true,
AutoRefreshInterval = 30,
Controller:
switch (e.Command)
{
case "refresh":
UpdateWithMessage("Refreshed");
break;
}
It's working properly for the first few calls, after for example 5 calls the refresh interval keeps increasing until never call the refresh again.
I already tested without do anything on the scheduler and also creating, editing events, both the refresh stops work after few calls.
Do I need to resume the autorefresh at some point? or is it required to set AutoRefreshMaxCount?
Thanks for the reply.
DayPilot