Is it possible to check if there are any settings to load for gridView before actual loading this settings? For example:
PersistenceManager.SetStorageId(gridView, storageId);
// how to check if there is some settings to load before actual loading settings happen?
_isoProvider.LoadFromStorage(storageId);