Hello!
Is any posibility to loady just one, selected control persisted to isolated storage by method:
I'm using that method:
but all controls with telerik:PersistanceManager.StorageId property are loaded then (I want just one of them).
What should I do?
Is any posibility to loady just one, selected control persisted to isolated storage by method:
private readonly PersistenceManager _persistanceManager;private readonly IsolatedStorageProvider _isoStorageProvider;..._alertsDataService = alertsDataService;_persistanceManager = new PersistenceManager();_isoStorageProvider = new IsolatedStorageProvider(_persistanceManager);..._isoStorageProvider.SaveToStorage();I'm using that method:
_isoStorageProvider.LoadFromStorage();but all controls with telerik:PersistanceManager.StorageId property are loaded then (I want just one of them).
What should I do?