I have a GridView whose ItemsSource binding to an ObservableCollection. The item in the collection implements INotifyPropertyChanged. After I update a property in the item code behind for example 'Price', the related SumFunction in GridViewDataColumn doesn't update. I don't want to call GridView.CalculateAggregates method. Is there any way to solve this problem.