State persistence in JavaScript Scheduler control

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 when navigating to another page within the browser. This action is handled through the enablePersistence property which is set to false by default. When set to true, the currentView, selectedDate and Scroll position values of the scheduler component will be retained even after refreshing the page.

Note: The Scheduler id is required to enable state persistence.

The following sample demonstrates how to set state persistence of the Scheduler component.

Refer to the JavaScript Scheduler feature tour page for its groundbreaking feature representations. Also explore our JavaScript Scheduler example to knows how to present and manipulate data.