I'm using a xamPivotGrid with a FlatDataSource whose ItemsSource is an observable collection.
When an item in the observable collection changes, the pivot grid updates appropriately.
I have a problem when several items in the collection change at…