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

Tooltip ItemTemplate being replaced by target controls ToolTip...

1 Answer 39 Views
ToolTip
This is a migrated thread and some comments may be shown as answers.
Kevin Schneider
Top achievements
Rank 1
Kevin Schneider asked on 09 Dec 2008, 09:53 PM
What I'm trying to do is have your tooltip control hooked to an image.  Your tooltip should open when the image is clicked and I've adjusted the ToolTipShowEvent as necessary and everything works correctly.

However...if I want a regular (non-Telerik) tooltip to show when I hover over said image I would normally assign its ToolTip property to the desired text.  By setting this however it wipes out the ItemTemplate and replaces it with the tooltip text.

I realize the reasoning behind this since you would normally have your tooltip control as a replacement of the default tooltip functionality.  Is there some option that I'm not seeing to allow my desired behaviour?

Thanks

1 Answer, 1 is accepted

Sort by
0
Tervel
Telerik team
answered on 10 Dec 2008, 09:25 AM
Hi Kevin,

Right now it is not possible to have "out-of-the-box" a default browser tooltip for an element together with RadToolTip.
It seems logical to be able to show the browser tooltip on mouseover, in case the RadToolTip is to be shown as a result of some other event - and sometimes people try just that - like in your case. But it is not possible at this point. We are investigating the possibility to add this in the future.

For the time being, however, you can still achieve your scenario by showing the tooltip manually, e.g. by attaching an onmouseover and onclick handler to each of your elements - and showing different tooltips.

The following online demos should help you:
RadToolTip for RadTreeView
RadToolTipManager Client Side API


Sincerely yours,
Tervel
the Telerik team

Check out Telerik Trainer, the state of the art learning tool for Telerik products.
Tags
ToolTip
Asked by
Kevin Schneider
Top achievements
Rank 1
Answers by
Tervel
Telerik team
Share this question
or