State Persistence in ASP.NET MVC Scheduler
State persistence allows the Scheduler to retain the CurrentView, SelectedDate, and scroll position values in the localStorage for state maintenance, even if the browser is refreshed or you navigate to another page within the browser. This behavior is controlled by the EnablePersistence property, which is set to false by default. When it is set to true, the CurrentView, SelectedDate, and scroll position values of the Scheduler component are retained even after the page is refreshed.
NOTE
The Scheduler
idmust be set to preserve state with persistence.
The following example demonstrates how to enable state persistence for the Scheduler component.
NOTE
You can refer to our ASP.NET MVC Scheduler feature tour page for its groundbreaking feature representations. You can also explore our ASP.NET MVC Scheduler example to know how to present and manipulate data.