This question is locked. New answers and comments are not allowed.
Hi,
i just updated to version 2010.1.0309 and now have a problem with paging and asynchronous data loading. My Grid is bound to a QueryableCollectionView. I´m getting data via WCF service. The service always returns the number of rows to be shown (PageSize) and the amount of total rows (for pager). The first page is shown correct, but if i navigate to another page (2, 3, ...) the grid is empty.
Everything worked perfect with version 2010.1.0218, but doesn´t with version 2010.1.0309. It seems as if the grid now tries to get the correct "page" from the collection itself (like collection.Skip(X).Take(Y))?
Has there anything been changed? Or do you have an example with paging and loading data "page by page" via asynchronous service?
Let me know if you need more information.
Many thanks in advance and greetings from germany!
i just updated to version 2010.1.0309 and now have a problem with paging and asynchronous data loading. My Grid is bound to a QueryableCollectionView. I´m getting data via WCF service. The service always returns the number of rows to be shown (PageSize) and the amount of total rows (for pager). The first page is shown correct, but if i navigate to another page (2, 3, ...) the grid is empty.
Everything worked perfect with version 2010.1.0218, but doesn´t with version 2010.1.0309. It seems as if the grid now tries to get the correct "page" from the collection itself (like collection.Skip(X).Take(Y))?
Has there anything been changed? Or do you have an example with paging and loading data "page by page" via asynchronous service?
Let me know if you need more information.
Many thanks in advance and greetings from germany!