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

RadToolTip and RadComboBox

6 Answers 204 Views
ToolTip
This is a migrated thread and some comments may be shown as answers.
Mikhail Rabchuk
Top achievements
Rank 1
Mikhail Rabchuk asked on 13 Feb 2008, 04:24 PM
I have put RadComboBox in RadTooltip. I have problems with display the list of the ComboBox. I guess that this problem caused by z-index of RadToolTip.  How can I resolve this problem?

6 Answers, 1 is accepted

Sort by
0
Svetlina Anati
Telerik team
answered on 14 Feb 2008, 01:50 PM
Hello Mikhail,

Yes, you are right - this problem is caused by the z-index of RadToolTip being bigger than the one of the RadComboBoxes. In order to achieve the desired behavior you need to set a biger z-index to the RadComboBox as shown below:

 <telerik:RadToolTip ID="RadToolTip1" runat="server" TargetControlID="HyperLink1" ManualClose="true" Width="200px" Height="500px">  
                <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> 
                    <CollapseAnimation Duration="200" Type="OutQuint" /> 
                    <ExpandAnimation Type="OutQuart" /> 
                </telerik:RadComboBox> 
            </telerik:RadToolTip> 

All the best,
Svetlina
the Telerik team

Instantly find answers to your questions at the new Telerik Support Center
0
Mikhail Rabchuk
Top achievements
Rank 1
answered on 14 Feb 2008, 04:23 PM
Thanks a lot your answer was really helpful.

I have one more small problem. I have put RadDatePicker in RadToolTip. So the borders of dropped down panel are not show. I use the skin Vista for RadDatePicker and RadToolTip
0
Svetlina Anati
Telerik team
answered on 15 Feb 2008, 01:06 PM
Hi Mikhail,

I tried to reproduce your problem but to no avail - I put a RadDatePicker into a RadToolTip and I set both skins to Vista. I tested the project in Mozilla Firefox and in IE7 - but the borders are shown under both browsers as you can see from the attached screenshots.

Would you please provide more information about your problem, instructions how to reproduce it and in which browser you experience the problem?

Kind regards,
Svetlina
the Telerik team

Instantly find answers to your questions at the new Telerik Support Center
0
Basel Nimer
Top achievements
Rank 2
answered on 31 Mar 2010, 10:09 AM
This worked excellently, but i still have one problem.

inside the radcombo i have a radtree, each node has a tooltip. for unknown reason, if the tooltip of the item appears, the tooltip that contains the radcombo disappears even that i am setting the
HideEvent="FromCode" 

and in the form, i have a tooltipmanager with
AutoTooltipify="true" 

Any help?

0
Tsvetie
Telerik team
answered on 02 Apr 2010, 11:12 AM
Hello Basel Nimer,
You cannot have two visible RadToolTip controls at a time. This behavior is by design and there no way to change it.

All the best,
Tsvetie
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.
0
Basel Nimer
Top achievements
Rank 2
answered on 03 Apr 2010, 08:48 AM
Well, you are speaking logic, but i think since telerik enabled that a tooltip can have many other things including user controls. i think that this should be changed and tooltips should be enabled.

or to have a different type of tooltips ( as an extra control) that does not enable anything more than the theming of the tooltip.

I will try to find another workaround. just wanted to share my thoughts., thanks


Tags
ToolTip
Asked by
Mikhail Rabchuk
Top achievements
Rank 1
Answers by
Svetlina Anati
Telerik team
Mikhail Rabchuk
Top achievements
Rank 1
Basel Nimer
Top achievements
Rank 2
Tsvetie
Telerik team
Share this question
or