Grid filtering save filter values

Grid filter row, save filters to session storage


Saving the filter row editors values to session storage, after page refresh the filters will remain the same.
Using persistFilter custom grid mod.

Filter grid using parent controls, save filters to session storage


Saving grid filters to the sessionStorage, you can change the filters and refresh the page, the filters will remain the same.
Instead of sessionStorage you could use localStorage or use ajax to save the filters on the server in a database.



Comments