RadControl 和 Observable 动态对象集合
我有一个绑定到 RadGridView
的 dynamic
对象的 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.
I'm setting the source as follows
DataFilter.Source = Data;
Data
is declared as ObservableCollection<dynamic>
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论