排序不适用于WPF DataGrid模板化列?

时间:2011-04-03 11:03:38

标签: wpf datagrid wpfdatagrid datagridtemplatecolumn

我注意到排序总是不能用于DataGrid模板化列,是否有解决此问题的方法?

1 个答案:

答案 0 :(得分:7)

您需要在模板化DataGrid列中设置SortMemberPath="PropertyName"属性。