I have a few grids, for which user can sort, filter, group and reorder columns. Also user can choose what are all columns he/she need to view in grid. All sort, filter, grouping and reordering are done by default, and i did visibility functionality by providing interface like add/remove columns, where user can choose hidden columns to show and visible columns to hide. After this selection i am setting IsVisible property of Grid.Columns in a loop.
Now I need to store all these settings per user basis in database and should load with the same state whenever he returns. Can I have any sample code to achieve this?
Now I need to store all these settings per user basis in database and should load with the same state whenever he returns. Can I have any sample code to achieve this?