I have a RadComboBox with a list of items in ItemsSource
My SelectedValue is an int property and I display the corresponding string property from the list.
If the SelectedValue property is not in the list then it does not display anything.
Is there a way to set the display text in the RadComboBox when the SelectedValue is not in the ItemsSource list?
I've tried setting Text but it didn't work.
(note the RadComboBox is not editable)