with the PersistenceFramework, I would like to know if it's possible to persist only the layou of my control, not the dat inside of it?
Thank's
1 Answer, 1 is accepted
0
Tina Stancheva
Telerik team
answered on 05 Oct 2012, 02:29 PM
Hello Oliver,
You can use the PersistenceManager.SerializationOptions property to describe the properties that you'd like to persist. The collection can also be used to exclude certain properties from the default list of persisted properties. This is why in your case you can set it up to exclude the Content property of your control. Please take a look at this tutorial for further information and let us know if you have more questions.