This question is locked. New answers and comments are not allowed.
Hi,
I'm using your PersistanceFramework to save and restore settings from a grid in a WCF RIA Services project. The gris is the Telerik GridView.
The problem I have is that the grid loads a lot of data which makes everything a bit slow. The issue I get is that my grid loads all the data a first time and then when I restore the grid settings it just seems that everything is reloaded... Which makes sense in a way when the restored setting is a filter or a sort order...
To see my code please see here:
http://www.telerik.com/community/forums/silverlight/persistence-framework/store-persistencemanager-to-isolatedstorage.aspx
Do you have a recommendation of what could be done to avoid that double loading? Maybe something like first restoring the grid settings and then with some kind of property descriptors magic, influence my query so that the result does correspond to what is expected by the grid? I'm talking without knowing as you can guess from what I say ;)
Any help would be really appreciated.
John.
I'm using your PersistanceFramework to save and restore settings from a grid in a WCF RIA Services project. The gris is the Telerik GridView.
The problem I have is that the grid loads a lot of data which makes everything a bit slow. The issue I get is that my grid loads all the data a first time and then when I restore the grid settings it just seems that everything is reloaded... Which makes sense in a way when the restored setting is a filter or a sort order...
To see my code please see here:
http://www.telerik.com/community/forums/silverlight/persistence-framework/store-persistencemanager-to-isolatedstorage.aspx
Do you have a recommendation of what could be done to avoid that double loading? Maybe something like first restoring the grid settings and then with some kind of property descriptors magic, influence my query so that the result does correspond to what is expected by the grid? I'm talking without knowing as you can guess from what I say ;)
Any help would be really appreciated.
John.