Your Privacy Matters: We use our own and third-party cookies to improve your experience on our website. By continuing to use the website we understand that you accept their use. Cookie Policy
740
Is there a way to save (and reload) fixed fields aka freeze panes between user sessions?
posted

We have multiple XamDataGrids inside a XamDockManager.  The most common scenario has four tabs with three XamDataGrids and a single XamChart.  I need to be able to store the freeze pane location for any/all XamDataGrids where the user has defined one.

In our app, users can select the displayed columns so we are already using ClearCustomizations(CustomizationType.FieldPosition | CustomizationType.CardViewSettings | CustomizationType.Summaries), SaveCustomizations(), <add/drop columns/fields as requested by the user>, LoadCustomizations().

I am already saving layout info via XamDockManager which isn't the same thing as saving within a XamDataGrid but it speaks to the complexities in doing a save on close in a MVVM app.

 

VS 2010 SP1
WPF/MVVM
InfragisticsWPF4.v10.3
InfragisticsWPF4.DataPresenter.v10.3

 

Thx,

Ivan

 

Parents Reply Children
No Data