Hi, I have the following strange behavior:
I have a DataGrid using the EntityQueryPagedCollectionView. Loading & Querying runs perfectly. I added a property to change the PageSize of the PCV. But when I call PCV.PageSize = this.PageSize; the PCV's PageSize doesn't change. (And yes, the PageSizes are not equal before ;-))
Can't I change the PageSize after initialization of the PCV or do I have an error elsewhere? How do I change the PageSize?