Grid remember reorder columns per user
Is it possible to have column reorder saved per user? I have a grid that has too many columns to fit on a single page but different users use different columns, so not everyone needs to see the same ones at the same time. Also, once a user reorders the columns, can that be saved for the next time that user opens the webpage?
Thanks
Sean Davidson
asked
at 25 Nov 2024
Answers
-
Persistence
can be used for this, in this demo here: https://demo.aspnetawesome.com/GridDemo it is of type session which will save the settings until the user closes the browser, but you can change it toLocal
which will save it tolocalStorage
if you also need to save filters you can look here: https://demo.aspnetawesome.com/GridSaveFiltersOmuanswered at 25 Nov 2024