Hi,
I want to persist any user-customized layout of the ultrawebgrid in the session. Meaning reordered columns, groupings and sortings.
I've tried saving SavePreset/LoadPreset and the old DisplayLayout.SaveLayout/ DisplayLayout.LoadLayout to a memeorystream (which a persist to the session) and load it in PageLoad. But the saved layout is not reinsated.?
Is there any solution to achieve this. My users just don't want to redo all their customizations everytime they use this grid.
Thanx for your help.
Is there no one who has a solution for this??