Declined
Last Updated: 15 Jun 2016 08:09 by ADMIN
ADMIN
Maya
Created on: 11 Feb 2016 15:45
Category: DataServiceDataSource
Type: Bug Report
0
Removing an item after another one has been removed and that change was rejected does not refresh HasChanges property

		
1 comment
ADMIN
Yoan
Posted on: 15 Jun 2016 08:09
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.