This question is locked. New answers and comments are not allowed.
Basically I have A combo box. Simple. I set the binding and if I have DisplayMemberPath Set everything shows nice.
But when i select an Item... It doesn't show in the combo box as being selected. Why is that? What am i doing wrong?
Also when i remove the "DisplayMemberPath" and i select an Item it stays selected. But i need to define a Display Name for my items. The default is a generic ID...
Any Help is appreciated
<telerik1:RadComboBox Grid.Row="3" Grid.Column="1" Grid.ColumnSpan="3" Margin="5,2" ItemsSource="{Binding MRs}" DataContext="{Binding}" DisplayMemberPath="Path=ReportName" > </telerik1:RadComboBox>