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

RadComboBox dropdownlist is not displaying in correct position on IE

1 Answer 70 Views
ComboBox
This is a migrated thread and some comments may be shown as answers.
Kohinoor
Top achievements
Rank 1
Kohinoor asked on 08 Jun 2012, 05:41 AM
I am using RadComboBox in Usercontrol. When I clicked on the RadComboBox the dropdownlist not displaying in the correct position on IE. But it works fine in chrome.


Telerik Version : 2011.2.915.35
.NET Framework     : 3.5



use control code :


 <div class="panel" style="z-index: 99999;" id="QuestionFBPanel">
        <uc2:FeedbackUserControl ID="FeedbackUserControl1" runat="server" SettingDefault="true"
            FeedbackType="2" TotalFeedbackItem="1" />       
    </div>

Notes : RadComboBox  added inside the FeedbackUserControl1

FeedbackSlideout.css

panel 
{
position: fixed;
top: 50px;
right: 50px;
display: none;
border:1px solid #111111;    
z-index:10;
    
}
.panel p
{
margin: 0 0 15px 0;
padding: 0;


}

1 Answer, 1 is accepted

Sort by
0
Ivana
Telerik team
answered on 12 Jun 2012, 10:31 AM
Hi Kohinoor,

Have you tested the scenario in question with the latest version of RadControls for ASP.NET AJAX? What happens when you change the position of the Div element which contains the 'FeedbackUserControl1' user control? Also, what happens to the RadComboBox when it is placed out of the user control?

Regards,
Ivana
the Telerik team
If you want to get updates on new releases, tips and tricks and sneak peeks at our product labs directly from the developers working on the RadControls for ASP.NET AJAX, subscribe to their blog feed now.
Tags
ComboBox
Asked by
Kohinoor
Top achievements
Rank 1
Answers by
Ivana
Telerik team
Share this question
or