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

ComboBox Rendering Issue

1 Answer 39 Views
ComboBox
This is a migrated thread and some comments may be shown as answers.
Stephen Arnold
Top achievements
Rank 1
Stephen Arnold asked on 01 Dec 2010, 08:55 PM
I am having an issue only in IE7, it works fine in IE8. The issue is that the drop down is only active when hovering over the text of the selected item not when over the rest of the drop down not even the arrow. I have added screenshots of what is happening also. The control is in a user control on a page with other user controls. The aspx is below:

 

 

 

<div id="LoadReportPanel">
         <div style="float: right">
            ...
         </div>
         <div style="float: right; padding-top: 2px;">
            <div style="position: absolute; top: 38px; left: 4px; z-index: 9999999;">
               ...
            </div>
            <asp:Label ID="Label1" runat="server" Text="Report Template: "></asp:Label>
            <telerik:RadComboBox ID="ReportTemplatesDropDown" runat="server" Width="300px" Height="250">
               <ItemTemplate>
                  <div id="ReportTemplatesDropDownTreeViewDIV">
                     <telerik:RadTreeView ID="ReportTemplatesDropDownTreeView" runat="server" Expanded="True">
                     </telerik:RadTreeView>
                  </div>
               </ItemTemplate>
               <Items>
                  <telerik:RadComboBoxItem runat="server" Text="Select a Report Template" />
               </Items>
            </telerik:RadComboBox>
         </div>
      </div>

1 Answer, 1 is accepted

Sort by
0
Simon
Telerik team
answered on 03 Dec 2010, 06:43 PM
Hi Stephen Arnold,

I was unable to reproduce the glitch with the markup you provided with the latest version of Telerik.Web.UI in IE7. Which version of the assembly are you using?

All the best,
Simon
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.
Tags
ComboBox
Asked by
Stephen Arnold
Top achievements
Rank 1
Answers by
Simon
Telerik team
Share this question
or