Set state persistence
18 Nov 20181 minute to read
State persistence allowed Scheduler to retain the CurrentView, SelectedDate and Scroll position values in the localStorage for state maintenance even if the browser is refreshed or if you move to the next page within the browser. This action is handled through the EnablePersistence property which is set to false by default. When it is set to true, CurrentView, SelectedDate and Scroll position values of the scheduler component will be retained even after refreshing the page.
NOTE
Scheduler
idis essential to set state persistence.
The following sample demonstrates how to set state persistence of the Scheduler component.
NOTE
You can refer to our ASP.NET Core Scheduler feature tour page for its groundbreaking feature representations. You can also explore our ASP.NET Core Scheduler example to knows how to present and manipulate data.