Jeremy Lorino
Top achievements
Rank 1
Jeremy Lorino
asked on 06 Jan 2010, 06:30 PM
When the dropdown of my combobox comes down it drops way too far down
3 Answers, 1 is accepted
0
Princy
Top achievements
Rank 2
answered on 07 Jan 2010, 07:50 AM
Hello Jeremy,
Have you set the OffsetY property of the RadComboBox? If not, try setting it to a value and see if it makes a difference in the dropdown position. Which browser are you currently using?Also check if this occurs with other browsers as well.
aspx:
Consider pasting your html markup here, if this does not help..
-Princy.
Have you set the OffsetY property of the RadComboBox? If not, try setting it to a value and see if it makes a difference in the dropdown position. Which browser are you currently using?Also check if this occurs with other browsers as well.
aspx:
| <telerik:RadComboBox ID="RadComboBox1" OffsetY="-20" runat="server"> |
| <Items> |
| <telerik:RadComboBoxItem Text="Text1" /> |
| <telerik:RadComboBoxItem Text="Text2" /> |
| </Items> |
| </telerik:RadComboBox> |
Consider pasting your html markup here, if this does not help..
-Princy.
0
Jeremy Lorino
Top achievements
Rank 1
answered on 07 Jan 2010, 04:13 PM
| <telerik:RadNumericTextBox runat="server" Type="Currency" ID="txtWarantee" Width="80px" SkinID="customtxtbox"></telerik:RadNumericTextBox> |
| <telerik:RadComboBox runat="server" ID="ddlWaranteeType" Width="80px" SkinID="customtxtbox"> |
| <CollapseAnimation Type="OutQuint" Duration="200"></CollapseAnimation> |
| </telerik:RadComboBox> |
It's a very basic ComboBox nothing exciting. It's in a UserControl which is wrapped in a MultiPage View. It looks to only be happening when I scroll the UserControl.
0
Hello Jeremy Lorino,
Greetings,
Simon
the Telerik team
Instantly find answers to your questions on the new Telerik Support Portal.
Watch a video on how to optimize your support resource searches and check out more tips on the blogs.
This may be a bug. Can you please try upgrading to the latest internal build and test whether it resolves the issue?
If it does not not, please try removing all of the unnecessary code from your User Control and its containing page while still reproducing the issue and paste what remains here.
Greetings,
Simon
the Telerik team
Instantly find answers to your questions on the new Telerik Support Portal.
Watch a video on how to optimize your support resource searches and check out more tips on the blogs.