My version is 915, I'm not looking for help just wanted to let someone know.
What I'm doing is saving the users selection when a particular view is clicked, like day, week, month, etc. The next time they are on the site I'm grabbing their previously selected view and using it, so for example, if the user prefers the month view, I want the program to remember that.
So, what I found is:
When setting the selected view with SchedulerViewType.TimelineView, Timeline View = 4.
When saving the selected view using SchedulerNavigationCommand.SwitchToTimelineView, Timeline View = 3.
My program crashes when on the next visit I try to set the SchedulerViewType.TimelineView to 3, because that's not a valid choice.
Just an FYI.
What I'm doing is saving the users selection when a particular view is clicked, like day, week, month, etc. The next time they are on the site I'm grabbing their previously selected view and using it, so for example, if the user prefers the month view, I want the program to remember that.
So, what I found is:
When setting the selected view with SchedulerViewType.TimelineView, Timeline View = 4.
When saving the selected view using SchedulerNavigationCommand.SwitchToTimelineView, Timeline View = 3.
My program crashes when on the next visit I try to set the SchedulerViewType.TimelineView to 3, because that's not a valid choice.
Just an FYI.