This question is locked. New answers and comments are not allowed.
Hi, I have a problem with the PersistanceFramework when I use IsolatedStorageProvider, I have a RadGridView with the StorageId setted to (telerik:PersistenceManager.StorageId="GridDeTareas"), and the code to Load and Save is too easy like you have in Silverlight Demos...
I can't find the way to this works fine... If something is wrong or missing, please tell me...
Regards...
Sami
private void btnGuardarConfiguracion_Click(object sender, RoutedEventArgs e){ IsolatedStorageProvider iso = new IsolatedStorageProvider(); iso.SaveToStorage();}private void btnCargarConfiguracion_Click(object sender, RoutedEventArgs e){ IsolatedStorageProvider iso = new IsolatedStorageProvider(); iso.LoadFromStorage();}I can't find the way to this works fine... If something is wrong or missing, please tell me...
Regards...
Sami