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
610
Serialization on save/load layout
posted

Hi,

I have read the earlier post about save/load layout. I understand there's no built-in support so I had to use Save and Load Views provided in the feature browser as an example. I did that. I noticed the difference between using this approach and the built-in support coming from other Infragistics controls like XamDataGrid is the lack of support of serialization. E.g., to save and load views I use RowsHierarchy which is ObservableCollection<IHierarchy>. However, Hierarchy itself does not provide parameterless constructor and cannot be serialized to XML.

Is there a way to work with serialization? If not, is it going to be supported in a future release?

Thanks,

Yu