This question is locked. New answers and comments are not allowed.
Hi,
I am trying to save multiple gridviews to Iso storage. The problem is that not all the grids are populated at once so when you save the first and then go to the second tab with the second grid, I get an error.
It doesn't seem to be able to save selected components.
Is there a way to set the telerik:PersistenceManager.StorageId in code rather that in XAML? This would be a help as I could set the id of a specific grid only when it needs to be saved
It also does not seem to be able to remove selected components or even all settings.
I am trying to save multiple gridviews to Iso storage. The problem is that not all the grids are populated at once so when you save the first and then go to the second tab with the second grid, I get an error.
It doesn't seem to be able to save selected components.
Is there a way to set the telerik:PersistenceManager.StorageId in code rather that in XAML? This would be a help as I could set the id of a specific grid only when it needs to be saved
It also does not seem to be able to remove selected components or even all settings.
provider.DeleteIsolatedStorageFiles() <-- does not seem to work
Dictionary<string, DependencyObject> stor = PersistenceManager.GetStorage();
stor.Remove(cntrl); <-- also does not seem to work
Is there a way to delete data from storage that works?
Thanks for your help on this. I am really getting a lot of pressure for the Telerik compononents to work as specified.
PatC
// doesnt seem to persist;
//stor.Remove(cntrl);