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
169
Pivot view serialization
posted

Hi,

In Samples for Silverlight DV, for XamPivotGrid, there is a nice sample showing how to save and load views.

How do I save the settings class (SavedPivotGridView) to the database ?

I tried to serialize it as Xml, but it does't work (classes inside are not serializable). I also tried using PersistenceManager, but it didn't store the collections' content (Rows, Columns, Filters, Measures).

 

Thanks,

Alex