I have a scenario in which I am editing the items displayed in a XamGrid from another view. If I have filters and/or sorts defined on the columns that contain properties that were edited, the XamGrid filtering/sorting is not updated along with these edits (The row that displays the data is updated but the filtering /sorting is not updated).
How would I go about forcing the Xamgrid to update filtering/sorting when edits to the backing data are made?
Thanks.
I found that if I refresh the underlying CollectionView that it solves my problem.