I have an ObservableCollection that has items with the Microsoft.Xrm.Sdk.Money properties.
All the items are binding with the WPF DataGrid correctly except the Microsoft.Xrm.Sdk.Money properties which display “Microsoft.Xrm.Sdk.Money” instead of the property value.
What is the best way to bind the Microsoft.Xrm.Sdk.Money properies to a DataGridTextColumn