ASP.net
Awesome
Learn
Forum
Buy
Demos
Sign In
☾
☀
Switch to
Dark
Light
Mode
this site works best with javascript enabled
Ask Question
Grid remember reorder columns per user
Title:
B
I
{code}
?
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
Save Changes
Cancel
Sean Davidson
asked 26 days ago
Answers
B
I
{code}
?
`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 to `Local` which will save it to `localStorage` if you also need to save filters you can look here: https://demo.aspnetawesome.com/GridSaveFilters
Save Changes
Cancel
Omu
answered 25 days ago
please
Sign In
to leave an answer
By accessing this site, you agree to store cookies on your device and disclose information in accordance with our
cookie policy
and
privacy policy
.
OK