This question is locked. New answers and comments are not allowed.
I have a similar problem. I can get the RadGrid to persist through refreshses and rebinding of data (sorting, filtering, grouping, expansion etc) using an ICustomPropertyProvider. What I want to do, however, is serialize the Stream created by the PersistenceManager.Save() method to a database so that when a user logs in later their settings are loaded from that Stream. That does not appear to work however as a lot of the information I would need preserved does not appear to exist on that serialized string.
Is there a way to persist this information between program sessions? If so do you have a simple working code example that can show we what I need to do? For the life of me I cannot find a simple solution to this issue.
Thanks.
Is there a way to persist this information between program sessions? If so do you have a simple working code example that can show we what I need to do? For the life of me I cannot find a simple solution to this issue.
Thanks.