Hi,
I want to ask if I can serialize XamDockManager with all Data Visualization controls and their properties (xamPivotGrid etc) in a single XML file.
Then if I reload this file I want to reinstate the same layout for the dock manager and the controls in the panels with all their properties.
p.e. if in a panel I have a XamPivotGrid with fields, filters etc I want to reinstate the same state of this pivotgrid with filters etc.
Thank you in advance.
Dimitris
Hello Dimitris,
It has been a while since you have made your post, in case you still need support I will be glad to assist you further. I suppose the other community members can benefit from this answer as well. I have been looking into your post and I suggest you see this section from our online documentation:
http://help.infragistics.com/NetAdvantage/Silverlight/2011.2/CLR4.0/?page=Persistence_About_Infragistics_Control_Persistence_Framework.html
where it is explained which Properties of the controls are saved and which are not. Also you can find how to exclude Properties or include them. Also I can say that you can serialize the controls in XML files. Here it is show how:
http://samples.infragistics.com/sllob/RunSamples.aspx?cn=persistence-framework#/persistence-framework/persist-xamgrid-settings
Feel free to write me if you have further questions.