State persistence in EJ2 TypeScript Treegrid control

27 Apr 20231 minute to read

State persistence refers to the TreeGrid’s state maintained in the browser’s localStorage even if the browser is refreshed or if you move to the next page within the browser.
State persistence stores treegrid’s model object in the local storage when the enablePersistence is defined as true.

You can refer to our JavaScript Tree Grid feature tour page for its groundbreaking feature representations. You can also explore our JavaScript Tree Grid example JavaScript Tree Grid example to knows how to present and manipulate data.