Unplanned
Last Updated: 04 Apr 2017 08:05 by Patrick
Patrick
Created on: 23 Feb 2015 20:56
Category: UI for WPF
Type: Feature Request
2
QueryableCollectionView: Do not call Count() on IQueryable in QueryableCollectionView constructor
One requires to create QueryableCollectionView on the UI thread.
Now there's going to be a .Count() call on the IQueryable passed into the constructor,
which will block the UI thread until it returns.
There might be various reasons why there is delay (unable to connect to DB,slow query, using a REST queryable provider, etc).

It would be nice if we could pass in the count ourselves.
1 comment
Patrick
Posted on: 23 Feb 2015 20:56
uhm that is VirtualQueryableCollectionView