【发布时间】:2011-10-04 16:35:42
【问题描述】:
我们正在考虑将基于 WPF DataGrid 的应用程序升级到使用 Infragistics xamDataGrid DataGrid 控件的应用程序。
WPF DataGrid 的优点之一是它查看在包含您的集合的 CollectionView 上指定的 GroupDescriptions,并自动在 DataGrid 上创建这些组。
Infragistics xamDataGrid 似乎忽略了这些组描述。
有谁知道如何获取 xamDataGrid 绑定到的 ListCollectionView/CollectionView 中的 GroupDescriptions,以自动显示在 xamDataGrid 上,还是需要编写额外的代码?
【问题讨论】:
-
您是否为此咨询过 Infragistics NetAdvantage 论坛?他们将更有能力回答这个问题。
标签: wpf datagrid grouping infragistics xamdatagrid