Hi,
I have a strange problem with RadCombobox not displaying / working properly.
I am using the latest version of the controls, in Visual Studio 2010, .Net 3.5
I am using the standard Vista skin (I was using a custom skin, but get the same problem)
The drop-down button is not correct - It shows 'Select' text instead of the arrow, and when I open the drop down, the list of items is not confined to the length of the drop down box. Also the drop down box background does not always display.
It will also not let me select any items that are within the bounds of the drop-down, but I can select one of the 'overflowed' items OK
Here is the markup:
<
div
style
=
"position: absolute; left: 410px; top: 300px;"
>
<
telerik:RadComboBox
ID
=
"ReasonCombo"
Runat
=
"server"
Width
=
"180px"
EnableTextSelection
=
"False"
EnableItemCaching
=
"True"
MaxHeight
=
"250px"
Skin
=
"Vista"
EnableEmbeddedSkins
=
"True"
>
</
telerik:RadComboBox
>
</
div
>
Pretty simple, and nothing I havn't got working in other projects (although the only one is VS 2010 and with this version of RadControls)
Attached is a an image of how it looks.
All help appreciated.
Thanks
Paul