I\'m running into a small problem where I\'m trying to bind a DataTextColumn of a DataGrid to a Calculated Field.
WPF
Just change the DataSourceUpdateMode to OnPropertyChanged when you create DataBinding to the TotalCosts property.
DataSourceUpdateMode
OnPropertyChanged
DataBinding
TotalCosts