As it turns out, this issue is not directly related to the QueryableDataServiceCollectionView. It seems that there is a missing piece of code in the sample project which was used for demonstrating the issue. When we are using the QueryableDataServiceCollectionView and DataPager, we need to set QDSCV's PageSize at some point. In the context of the sample project, this can be done in ViewModel's constructor.