Hi,
I have added RadPivotGrid to my vb.net page and RadPersistenceManager . I managed to save and load the user current state with the following:
RadPersistenceManager1.StorageProviderKey = fileId
RadPersistenceManager1.SaveState()
However, I need to get the XML and save the XML in the db and then load the xml when user clicks the load button.
How do I get the XML for the current state?
Thanks