This question is locked. New answers and comments are not allowed.
Hi Team,
Am using the RadCombobox, and binding also using Observable collection.but am not able to see the items in controls. PFA.
<telerik:RadComboBox x:Name="cmbRequest" Margin="5,0" Height="20"
Width="200"
HorizontalAlignment="Left" ItemsSource="{Binding Path=DropdownText, Mode=TwoWay}"
SelectedValue="{Binding Path=DropDownValue, Mode=TwoWay}"
SelectedItem="{Binding Path=DropdownText, Mode=TwoWay}"
DisplayMemberPath="DropdownText"
SelectedValuePath="DropDownValue" >
</telerik:RadComboBox>
Am using the RadCombobox, and binding also using Observable collection.but am not able to see the items in controls. PFA.
<telerik:RadComboBox x:Name="cmbRequest" Margin="5,0" Height="20"
Width="200"
HorizontalAlignment="Left" ItemsSource="{Binding Path=DropdownText, Mode=TwoWay}"
SelectedValue="{Binding Path=DropDownValue, Mode=TwoWay}"
SelectedItem="{Binding Path=DropdownText, Mode=TwoWay}"
DisplayMemberPath="DropdownText"
SelectedValuePath="DropDownValue" >
</telerik:RadComboBox>