Hi everyone, I am working on an internal admin dashboard with Grid. I am currently trying to solve this: Can Smart Grid preserve checkbox row selections after reloading data from API, especially when selected rows are on different pages? So far, I tried a couple of approaches from forum threads, but the UI behaves inconsistently after data updates. Any practical example I can follow?
It is possible. By using the saveState and loadState methods. They include the current state of the Grid so you can save it either in a variable or local storage and reload it when you need it.