Hi guys,
We have several projects using the RadCombobox, and in one particular situation (using DNN v.04.06.02) the arrow button gets placed below the text box. I made sure its container wasn't too small and it was wrapping in some weird way, but it is half the size in width of it's containing table cell. I have several other projects in the same environment using the same components, but not doing this. Has anyone ever had this happen? Here is my code:
<radC:RadComboBox ID="lstState" runat="server" RadControlsDir="~/controls/RadControls/" Height="100px" Skin="Default" title="Select State"></radC:RadComboBox>
The link to the site in question is here:
Click Here
Any ideas?
Regards,
Marco Andrade
We have several projects using the RadCombobox, and in one particular situation (using DNN v.04.06.02) the arrow button gets placed below the text box. I made sure its container wasn't too small and it was wrapping in some weird way, but it is half the size in width of it's containing table cell. I have several other projects in the same environment using the same components, but not doing this. Has anyone ever had this happen? Here is my code:
<%@ Register Assembly="RadComboBox.Net2" Namespace="Telerik.WebControls" TagPrefix="radC" %>
...<radC:RadComboBox ID="lstState" runat="server" RadControlsDir="~/controls/RadControls/" Height="100px" Skin="Default" title="Select State"></radC:RadComboBox>
The link to the site in question is here:
Click Here
Any ideas?
Regards,
Marco Andrade