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

RadToolTip repalcing standard browser tooltip

1 Answer 48 Views
ToolTip
This is a migrated thread and some comments may be shown as answers.
Krzysztof
Top achievements
Rank 2
Krzysztof asked on 17 Jul 2008, 11:57 AM
It seems that the RadToolTipManager replaces standard browser tooltips. For example any tooltip of an image on my website that has a defined AlternateText, is shown in the RadToolTip. I don't want this to happen. I only want the RadToolTip to display content of object that have been added do TargetControl. How do I do this and prevent standard tooltips from being replaced by the RadToolTip?

Thanks,
Chris

1 Answer, 1 is accepted

Sort by
0
Accepted
Georgi Tunev
Telerik team
answered on 17 Jul 2008, 01:42 PM
Hello Chris,

RadToolTipManager will tooltipify all controls on the page only if at some point its TargetControls collection is empty. In such stage, I recommend to set its AutoTooltipify property to false. If the collection is not empty however, the manager will tooltipify only the controls set there.

If you still experience problems, please open a support ticket and send us a small sample project where we can observe that behavior. We will check it and do our best to help.



Sincerely yours,
Georgi Tunev
the Telerik team

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