Has anyone come up with a nice way (that they don't mind sharing) to maintain a user's grouping selections within a webhierarchicaldatagrid (across browser/page sessions)? So the user manually groups the grid the way they want, then moves to another page within the app. When they return to this page the grid's grouping is the same way they left it.
Defaulting is fine but would be nice to give it back to them the way they left it.
I'm assuming loop through and pull out grid properties and store in db or cookies. Just looking for a headstart or slick solution. Thanks.
Hello Tracy,
Thank you for posting in our forums.
You can use the Persistance Framework to maintain the grouping
http://help.infragistics.com/NetAdvantage/ASPNET/2011.1?page=PersistenceFramework_Landing_Page.html
Tom is using it in order to persist the ColumnMoving , Sorting , etc
http://news.infragistics.com/forums/t/60093.aspx
Please refer to the sample attached from him in order to get idea how this can be achieved.
Let me know if you need further assistance.