The SortDescriptions added are not valid. The probable solutions are to set the CanUserSort on the Column to false, or to ...

The SortDescriptions added are not valid. The probable solutions are to set the CanUserSort on the Column to false, or to use SortMemberPath property on the Column, or to handle the Sorting event on DataGrid.