Hi,
I am using a grid with dependency property : ColumnWidth = "*"
So, my goal is to:
Let the user re-size grid columns, so after leaving the page, I would save the re-sized columns;
So, on the next visit to the same grid, I want to pre-set grid columns the same way as they were when the user left
Please help
This would be a case for the PersistanceFramework
http://help.infragistics.com/NetAdvantage/Silverlight/2010.1/CLR3.5/?page=Infragistics_Control_Persistence_Framework.html
http://help.infragistics.com/NetAdvantage/Silverlight/2010.1/CLR3.5/?page=Persistence_Getting_Started_with_Infragistics_Control_Persistence_Framework.html
This framework allows you persist settings of a control and then later reinstate them.