Sorting doesn't work on WPF DataGrid templated columns?
I noticed that sorting always do not work on Data开发者_如何学GoGrid templated columns, is there any solution for this problem?
You need to set the SortMemberPath="PropertyName"
property in your templated DataGrid column.
精彩评论