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

RadCombo not showing until mouseover

1 Answer 39 Views
ComboBox
This is a migrated thread and some comments may be shown as answers.
Steven
Top achievements
Rank 1
Steven asked on 13 Mar 2013, 01:35 PM
I have a RadToolTip that contains a RadComboBox. When the RadToolTip shows, the RadComboBox isn't visibile until the user hovers over it. I've tried setting the z-index higher, but that doesn't help.

Also, if I have FireBug enabled, it doesn't happen. Any fix or even debugging suggestions are appreciated.

1 Answer, 1 is accepted

Sort by
0
Nencho
Telerik team
answered on 18 Mar 2013, 08:39 AM
Hello Steven,

I had performed some tests, but I was unable to replicate the described behavior. Here is the implementation, which I am using at my end. Could you specify if there is any difference with yours and what should I change to replicate the issue?

<telerik:RadButton runat="server" ID="Button" Text="button"></telerik:RadButton>
       <telerik:RadToolTip ID="RadToolTip1" runat="server" TargetControlID="Button" ManualClose="true" Width="200px" Height="200px">
           <telerik:RadComboBox ID="RadComboBox1" runat="server" ZIndex="50001">
               <Items>
                   <telerik:RadComboBoxItem Text="Item1" />
                   <telerik:RadComboBoxItem Text="Item2" />
                   <telerik:RadComboBoxItem Text="Item3" />
                   <telerik:RadComboBoxItem Text="Item4" />
                   <telerik:RadComboBoxItem Text="Item5" />
               </Items>
           </telerik:RadComboBox>
       </telerik:RadToolTip>

In addition, do you reproduce this behavior under the FireFox browser only?

Kind regards,
Nencho
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
Steven
Top achievements
Rank 1
Answers by
Nencho
Telerik team
Share this question
or