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

RadComboBox in RadToolTip: half of combo pull down obscured by tooltip

1 Answer 64 Views
ToolTip
This is a migrated thread and some comments may be shown as answers.
hkdave95
Top achievements
Rank 2
hkdave95 asked on 10 Oct 2007, 10:12 PM
Hi

I have a tooltip with a radcombobox on it. When I pull the combobox down the list of items is obscured by the tooltip until it appears below the bottom of the tooltip.

Kind Regards

David

1 Answer, 1 is accepted

Sort by
0
Tsvetie
Telerik team
answered on 12 Oct 2007, 07:15 AM
Hi hkdave95,
Please set the ZIndex property of the RadComboBox:

<telerik:RadToolTip ID="RadToolTip1" runat="server" TargetControlID="Label1" Sticky="true">  
    <radC:RadComboBox ID="RadCombobox1" runat="server" ZIndex="50002">  
        <Items> 
            <radC:RadComboBoxItem Text="Come" /> 
            <radC:RadComboBoxItem Text="Come" /> 
            <radC:RadComboBoxItem Text="Come" /> 
            <radC:RadComboBoxItem Text="Come" /> 
        </Items>              
    </radC:RadComboBox> 
</telerik:RadToolTip> 


Best wishes,
Tsvetie
the Telerik team

Instantly find answers to your questions at the new Telerik Support Center
Tags
ToolTip
Asked by
hkdave95
Top achievements
Rank 2
Answers by
Tsvetie
Telerik team
Share this question
or