Hi, I have a navigator and calendar linked via bound IDs and it works great.
Except when I set the navigator.SelectMode = DayPilot.Web.Ui.Enums.NavigatorSelectMode.Day and calendar.ViewType = DayPilot.Web.Ui.Enums.ViewTypeEnum.Day I get the following error when clicking another day on the navigator:
An exception was thrown in the server-side event handler:
System.ArgumentException: Unrecognized ViewTypeEnum value.
by DayPilot.Utils.ViewTypeParser.Parse(String input)
by Daypilot.Web.Ui.DaypilotCalendar.ExecuteEventJson(string ea)
by Daypilot.Web.Ui.DaypilotCalendar.System.Web.UI.ICallbackEventHandler.RaiseCallbackEvent(String ea)
by System.Web.UI.Page.PrepareCallback(String callbackControlID)
If the navigator mode remais the same, but calendar viewtype is set to week it works again?
regards
Robert
(great control by the way)