This is a migrated thread and some comments may be shown as answers.

persistence framework and radgridview in memories

1 Answer 42 Views
PersistenceFramework
This is a migrated thread and some comments may be shown as answers.
Cameron Molyneux
Top achievements
Rank 1
Cameron Molyneux asked on 12 Sep 2013, 12:26 PM
Hi,
i have implemented persistence framework to save radgridview setttings to isolated storage for this i am using

IsolatedStorageProvider provider = new IsolatedStorageProvider();
provider.SaveToStorage();
to save gridsettings to storage and  this to load grid settings

 PersistenceManager.SetStorageId(gvWorkAllocation, grid_persistence_key);

  IsolatedStorageProvider provider = new IsolatedStorageProvider();
                provider.LoadFromStorage(grid_persistence_key);

Every thing is working absolutely fine ,the only problem ,its saving for every single radgrid in the memory,
which takes lot of time .

In my case i am showing user data in different child windows ,once i close one child Window(A) on unloaded
event i am saving the radgridview settings ,and now if I open another ChildWindow(B) and close it ,persistence framework
saves settings for both radgrids on the both window A and B.
can you please tell me any solution to fix this problem ,probably u can provide a function which saves
setting for a specific key .
kind regards

1 Answer, 1 is accepted

Sort by
0
Pavel R. Pavlov
Telerik team
answered on 17 Sep 2013, 08:55 AM
Hi Cameron,

I have already answered to this question in your Support ticket. Please follow the discussion from your Telerik account.

Regards,
Pavel R. Pavlov
Telerik
TRY TELERIK'S NEWEST PRODUCT - EQATEC APPLICATION ANALYTICS for SILVERLIGHT.
Learn what features your users use (or don't use) in your application. Know your audience. Target it better. Develop wisely.
Sign up for Free application insights >>
Tags
PersistenceFramework
Asked by
Cameron Molyneux
Top achievements
Rank 1
Answers by
Pavel R. Pavlov
Telerik team
Share this question
or