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
60
Persistence with a data grid
posted

Can I use the persistence framework on a standard datagrid?
My test with a XamGrid works great, but doesn't work quite right when I try it with a standard datagrid.

With the DataGrid the original 2nd column always becomes 1st column regardless of the order of columns that was set when the grid was saved with the PersistenceManager.

Is there something special I have to add to the DataGrid?  I'm pretty much following Sung Kim's video example.  Although I've moved the persistence and isolated storage into a separate class.

Thanks,
Chris

MyPersistenceTest.zip