This is a migrated thread and some comments may be shown as answers.

Persistance in WPF; use in Silverlight

1 Answer 61 Views
PersistenceFramework
This is a migrated thread and some comments may be shown as answers.
Joel Palmer
Top achievements
Rank 2
Joel Palmer asked on 07 May 2012, 09:29 PM
When I persist a control in WPF, should I be able to unpersist it into Silverlight?

I expect the answer to be "it depends".  What controls are cross-compatible; if any?

Also, do you have an example where a control is persisted to XML then re-hydrated back to the control?

Thanks in advance for your help.

1 Answer, 1 is accepted

Sort by
0
Petar Mladenov
Telerik team
answered on 10 May 2012, 03:54 PM
Hello Joel,

 

Unfortunately the RadPersistenceFramework doesn't support multi-plaform persisting scenarios.

The PersistenceFramework basically allows you to persist your UI layout either in a file in the isolated storage or in a stream. Even though it's up to you to decide how to store the information, the framework needs the StorageId of the controls to restore the settings of the controls persisted in the isolated storage or the stream if you've saved the settings in one.

I hope this information will help you. Let us know if we can assist you with anything else. 

Greetings,
Petar Mladenov
the Telerik team

Explore the entire Telerik portfolio by downloading the Ultimate Collection trial package. Get it now >>

Tags
PersistenceFramework
Asked by
Joel Palmer
Top achievements
Rank 2
Answers by
Petar Mladenov
Telerik team
Share this question
or