ComboBox: Error when SelectedValuePath is bound a property of an object, that has two properties differentiating from each other only by upper case.
When the ItemsSource for a RadComboBox is bound to a collection with two different properties, id and ID. When I bind SelectedValuePath to one of the properties, changing selection throw error: "Ambiguous match found" exception.