Hi,
I am using the EntityQueryPagedcollectionView. It works just fine until I call Refresh, or RefreshCurrentPage. It does Refresh the page, but it also causes the Current Item to change from whatever it is at the start of the call, to the first item in the list. This occurs even if no new items show up.
The desired behavior would be to not change the current item during a RefreshCurrentPage.
Is there any way to achieve this?
Greg