Announcement

Collapse
No announcement yet.
X
  • Filter
  • Time
Clear All
new posts

    How to make ListGrid's columns configuration persistable

    Hi,

    I'm using ListGrid to show some data for example in 10 columns. As you know ListGrid can be configured to hide/show specific columns. I want to make this persistent i.e. it survives page reload/session expiration/user re-login etc. I can keep all visible columns for the specific user in database table and load them before initializing the grid. But the question is how to set the columns from the db to the grid and how to catch the listgrid event of showing/hiding column in order to update the database?

    Any thoughts?

    Regards.
Working...
X