Hi,
I am a new user of Telerik (Still using the evaluation version at the moment, just about to buy licences).
I have one, I guess trivial, problem with the RadComboBox control. Everywhere it is used in our application, when clicked the list of values appears to the right of the control. (Please see attached screenshot)
This occurs when the format is auto generated, and also when I code the control manually, eg:
<telerik:RadComboBox Height="140px"
Width="220px"
ID="RadComboBox2"
runat="server"
SelectedValue='<%#Bind("OFFER_STATUS") %>'>
<Items>
<telerik:RadComboBoxItem Text="Active" Value="Active" />
<telerik:RadComboBoxItem Text="Inactive" Value="Inactive" />
</Items>
</telerik:RadComboBox>
Could this be a problem in ContentMaster.master, as it happens on every page? Any hints on how I might debug this would be greatly appreciated.
Thanks!
