Hi new user,
PagedCollectionView (System.Windows.Data.PagedCollectionView) assumes the data is already loaded in cache.
EntityQueryPagedCollectionView (
IdeaBlade.Windows.SL.EntityQueryPagedCollectionView) will actually support paging using asynchronous queries. You will find a sample using EqPCV in the
DevForce Resource Center.
If you decide to still use PagedCollectionView, then you should increase the timeout intervals of the query's CommandTimeout and TransactionSettings. You will find detailed information about increasing timeout intervals in the
DRC as well.
Regards,
Silvio.