Items refresh of the DataGrid failed. One of the probable causes is that the SortDescriptions added are not valid, in which ...

Items refresh of the DataGrid failed. One of the probable causes is that the SortDescriptions added are not valid, in which case 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.