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

RadComboBox list is displayed on top the page!

1 Answer 59 Views
ComboBox
This is a migrated thread and some comments may be shown as answers.
dino
Top achievements
Rank 1
dino asked on 23 Jul 2010, 08:41 PM
Hi,
I have a RadCombo inside div..
.
.
.
<div>
  
<div style="font-size: 15px">
  
<b>Manage records</b>
  
</div>
  
<br />
  
<div>
  
<b>ADD New Record: </b
  
<telerik:RadComboBox ID="ddl2" runat="server" EmptyMessage="Type a Record"
  
DataSourceID="SqlDataSource6" DataTextField="name" DataValueField="id"
  
Skin="Web20">
  
</telerik:RadComboBox>
.
.
.

When i click the drop down button most of the times the list will appear on the top of the page!
I dont use a modalpopupextender neither on the master nor on the child page...
I use ie 7 and on the master page there is the following style:

<style type="text/css" >
        div, td, span,li ,ul
        {
            -moz-box-sizing:border-box;
            box-sizing:border-box;
        }
    </style>

Any sugestions on the problem would be helpfull!

1 Answer, 1 is accepted

Sort by
0
Kalina
Telerik team
answered on 29 Jul 2010, 08:57 AM
Hi dino,

I used the code snippets provided to create a test page and tried to reproduce the issue.
On my side the RadComboBox dropdown opens at its proper place - please take a look at this demonstration video.
I am sending to you the test page - could you please download it and give it a try? Maybe there is something else that causes this issue to appear?

Best wishes,
Kalina
the Telerik team
Do you want to have your say when we set our development plans? Do you want to know when a feature you care about is added or when a bug fixed? Explore the Telerik Public Issue Tracking system and vote to affect the priority of the items
Tags
ComboBox
Asked by
dino
Top achievements
Rank 1
Answers by
Kalina
Telerik team
Share this question
or