Hi,
I have a RadCombo in a user control, which is used as a pop up window. When I clicked the scroller bar to go throgh the list, the dropdown menu just disapeared.
Thank you for you help!
I have a RadCombo in a user control, which is used as a pop up window. When I clicked the scroller bar to go throgh the list, the dropdown menu just disapeared.
<StackPanel>
<
telerik:RadComboBox
Name
=
"comboLanguages"
DisplayMemberPath
=
"Name"
IsReadOnly
=
"True"
IsEditable
=
"True"
></
telerik:RadComboBox
>
</StackPanel>
Thank you for you help!