RadControl 和 Observable 动态对象集合

发布于 2024-12-11 07:04:43 字数 443 浏览 0 评论 0原文

我有一个绑定到 RadGridViewdynamic 对象的 ObservableCollection。我想对此列表使用 RadDataFilter 控件。由于某种原因,当我设置 Source 时,没有任何内容显示为创建过滤规则的选项。

您可以在图片中看到,应该包含列名称的下拉框是空的。

在此处输入图像描述

我将源设置如下

DataFilter.Source = Data;

< code>Data 声明为 ObservableCollection

I have an ObservableCollection of dynamic objects that is bound to a RadGridView. I want to use the RadDataFilter control with this list. For some reason when I set the Source nothing appears as options for creating filtering rules.

You can see in the picture that the DropDown box that is supposed to have the names of the columns is empty.

enter image description here

I'm setting the source as follows

DataFilter.Source = Data;

Data is declared as ObservableCollection<dynamic>

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

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

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。
列表为空,暂无数据
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文