How do you get the xamdatagrid to update the object in the collection it is bound to? When I make edits in the grid the collections items are not updated.
My collection implements INotifyCollectionChanged and items implement INotiftPropertyChanged.
I figured this out. I was using an unbound field to dispay a compllex propert. I didn't have the binding mode set to two way.