将数据网格从ObservableCollection绑定到ObservableCollection

时间:2018-10-25 14:29:43

标签: c# wpf

我在网上寻找了答案,但没有找到我想要的东西。 这个问题对我有很大帮助WPF DataGrid: Binding a Collection Property to Column

但我希望显示人员的“名称”以及她获得的多部智能手机。

Person's Name1

  Smartphone1  manufacturer    other details
  Smartphone2  manufacturer    other details
Person's Name2

  Smartphone1  manufacturer    other details
  Smartphone2  manufacturer    other details

如何在本文中进行修改以获得正确的解决方案?

2 个答案:

答案 0 :(得分:0)

如果您所写的是想要格式化的方式,而不是仅是数据结构,那么请看How to: Group, sort, and filter data in the DataGrid control

答案 1 :(得分:0)

尽管在技术上可以将一个网格嵌入另一个网格中,但这种类型的用户界面很快就会变得混乱。

我建议改为使用TreeView控件-非常适合此类嵌套数据,并使用数据模板可以设计不同的UI。人员和电话元素的布局。