Hello Michael Hunt,
Please accept my apologies for the late reply.
Yes, this is expected behavior that when you refresh a page or redirect from another page RadScheduler returns to initial
SelectedView or
SelectedDate.
One possible way to store them is to use a hidden field as you suggested. Other option is to store them in a cookie. Here's an example:
you can subscribe to the
NavigationComplete event to store the
SelectedDate of the scheduler. Here's the code:
Copy Code
then you can read the cookie in
Page_PreRender event:
Copy Code
Please let me know if this was helpful.
Best Regards,
Veronica Milcheva
the Telerik team
Do you want to have your say when we set our development plans? Do you want to know when a feature you care about is added or when a bug fixed? Explore the
Telerik Public Issue Tracking system and vote to affect the priority of the items