This is a migrated thread and some comments may be shown as answers.

RadComboBox items slide positions is not proper

3 Answers 93 Views
General Discussions
This is a migrated thread and some comments may be shown as answers.
Shilpa Reddy
Top achievements
Rank 1
Shilpa Reddy asked on 06 Dec 2010, 05:59 PM
Hi There!

can any one help me on RadComboBox items slide position. When i click on comboBox it shows the items slide but somewhere down to the page, not exactly down to the dropdown. Can anybody tell me what i have to do to make items scroll right down to the dropdown?

please find the attachment for the comboBox screenshot and code for RadComboBoox below:

<

 

telerik:RadComboBox ID="ddlFilterType" runat="server"

 

 

EnableEmbeddedSkins="false" DropDownWidth ="95px" Skin="MyBlack" BorderColor="Gray"

 

 

BorderWidth="1px" Width="120px" OnSelectedIndexChanged ="ddlFilterType_SelectedIndexChanged"

 

 

AutoPostBack ="true" AppendDataBoundItems ="true">

 

 

<Items>

 

 

<telerik:RadComboBoxItem runat="server" Height ="20" Text="State" Value="1" />

 

 

<telerik:RadComboBoxItem runat="server" Height ="20" Text="Provider" Value="2" />

 

 

<telerik:RadComboBoxItem runat="server" Height ="20" Text="Faculty" Value="3" />

 

 

</Items>

 

 

</telerik:RadComboBox>

 


Please send me your idea on this issue.



Thank You,
--Shilpa

3 Answers, 1 is accepted

Sort by
0
Yana
Telerik team
answered on 09 Dec 2010, 09:24 AM
Hi Shilpa,

This seems a css related issue. Could you please send us a live url where we can observe it? Thanks

Greetings,
Yana
the Telerik team
Browse the vast support resources we have to jumpstart your development with RadControls for ASP.NET AJAX. See how to integrate our AJAX controls seamlessly in SharePoint 2007/2010 visiting our common SharePoint portal.
0
Shilpa Reddy
Top achievements
Rank 1
answered on 09 Dec 2010, 04:57 PM
Hi Yana,

Right now i don't have live URL, because it is still QAS phase.
So is there anyother way you can help me with this. Please let me know if i can send anything else to identify the problem.





Thank You,
--Shilpa
0
Yana
Telerik team
answered on 15 Dec 2010, 04:09 PM
Hello Shilpa,

You can try to isolate the issue in a simple page and paste it here.

Kind regards,
Yana
the Telerik team
Browse the vast support resources we have to jump start your development with RadControls for ASP.NET AJAX. See how to integrate our AJAX controls seamlessly in SharePoint 2007/2010 visiting our common SharePoint portal.
Tags
General Discussions
Asked by
Shilpa Reddy
Top achievements
Rank 1
Answers by
Yana
Telerik team
Shilpa Reddy
Top achievements
Rank 1
Share this question
or