This question is locked. New answers and comments are not allowed.
Hi,
I've applied
Dropdown list is populated ok, but when I select an item in a dropdown and it closes my selected item looks like QueryName as you can see in an attached screenshots.
Am I doing something wrong or is this another bug?
Regards,
Dean
I've applied
DisplayMemberPath ,SelectedValuePath,telerik:TextSearch.TextPath properties
Combobox in XAML looks like<telerik:RadComboBox Margin="247,162,0,0" Name="radComboBoxDiagnosis" EmptyText="Selected Items..." DisplayMemberPath="Name" SelectedValuePath="Zddm" Style="{StaticResource RadComboBoxStyle}" telerik:TextSearch.TextPath="QueryName"> </telerik:RadComboBox>Am I doing something wrong or is this another bug?
Regards,
Dean