Unplanned
Last Updated: 02 Oct 2024 13:48 by Martin Ivanov
The IncludeTotalCount method is used in the Telerik's QueryableDataServiceCollectionView class, but the method is obsolete. Use IncludeCount instead. 
Using the IncludeTotalCount leads to "IncludeTotalCount Method NotFound" error when the user project references Microsoft.OData.Client package with version higher than 7.8.3.
Unplanned
Last Updated: 18 Jun 2024 11:10 by Martin Ivanov
The QueryableDataServiceCollectionView uses the Microsoft.OData.Client.DataServiceCollection internally, but intialized it with its default TrackingMode which is AutoChangeTracking. Add an option to allow setting the TrackingMode via the QueryableDataServiceCollectionView object and transfer this value to the DataServiceCollection. You can do that in the constructor of the QueryableDataServiceCollectionView.