Hello,
Can you place a setting or property on certain controls to have them ignored during the saving/restoring using the PersistenceFramework?
We use the PersistenceFramework mainly for saving a RadDock layout. Within this RadDock contains a control which contains a RadMenu. The headers of some of the RadMenuItems are dynamic based on what you last clicked. The layout restore is wiping away the current header (or state) and applying the one saved within the PersistenceManager stream. This appears to the user that the UI is in a bad state as it's incorrectly stating what you last clicked.
Can this easily be stopped or ignored, at least on RadMenus?
Thank you,
Patrick