I\'m running into a small problem where I\'m trying to bind a DataTextColumn of a DataGrid to a Calculated Field.
WPF
You can call OnPropertyChanged("TotalCosts") in the setters of each property that TotalCosts depends on, it will refresh the binding
OnPropertyChanged("TotalCosts")
TotalCosts