为什么 DataPager 忽略我的自定义 IPgedCollectionView

发布于 2024-11-15 23:12:06 字数 362 浏览 3 评论 0原文

我编写了 IPgedCollectionView 的实现,当我将其挂接到 DataPager 时,它保持为空且禁用。我正在为 IPgedCollectionViewICollectionViewIEnumerableIEnumerable 和通知提供成员。我做错了什么?

另外,是否已经有一个用于 silverlight 的 IPgedCollectionView 实现,它包装了 RIA 服务 EntityQuery,以便提供一次仅请求单页数据的服务器端排序?

I've written a implementation of IPagedCollectionView and when I hook it to a DataPager, it remains empty and disabled. I'm providing members for IPagedCollectionView and ICollectionView, IEnumerable, IEnumerable<T>, and the notifies. What am I doing wrong?

Also is there already an implementation of IPagedCollectionView for silverlight that wraps around a RIA Services EntityQuery in order to provide server-side sorting that requests only a single page of data at a time?

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(1

回忆追雨的时光 2024-11-22 23:12:06

IPgedCollectionView 必须与 ICollectionView 并行实现,而不是单独实现。我不知道你的问题是什么,但你可以检查 此示例来自 Simon Ferquel。

IPagedCollectionView must be implemented side-by-side with ICollectionView, not alone. I don't know what can be your problem, but you could check this sample from Simon Ferquel.

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文