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

Turn off RadToolTipManager auto 'tooltipify' all HTML elements?

2 Answers 177 Views
ToolTip
This is a migrated thread and some comments may be shown as answers.
HHalim
Top achievements
Rank 2
HHalim asked on 10 Mar 2008, 11:13 PM
How do you turn off RadToolTipManager auto 'tooltipify' all HTML elements?

I'm using radtooltipmanager to tooltipify hyperlinks inside radgrid, and this works great. However, when there is no record in the grid, then it automatically tooltipifies all elements on the page, which is undesireable in this case.

Thanks.

2 Answers, 1 is accepted

Sort by
0
Accepted
Tervel
Telerik team
answered on 11 Mar 2008, 04:41 PM
Hello hhalim,

With the latest Telerik.Web.UI (Q3 SP2) tThere are two things you can do:

1. Tooltipify just a part of the page using ToolTipZoneID (e.g. the part with the RadGrid). The following online demo shows you how to do it:
http://www.telerik.com/demos/aspnet/prometheus/ToolTip/Examples/ToolTipZoneID/DefaultCS.aspx 

2. Prevent the RadToolTipManager from autotooltipifying the whole page when its TargetControls collection is empty by setting AutoTooltipify = false


All the best,
Tervel
the Telerik team

Instantly find answers to your questions at the new Telerik Support Center
0
HHalim
Top achievements
Rank 2
answered on 11 Mar 2008, 04:49 PM
ahh... this is what I was looking for: AutoTooltipify = false

Thank you!!!
Tags
ToolTip
Asked by
HHalim
Top achievements
Rank 2
Answers by
Tervel
Telerik team
HHalim
Top achievements
Rank 2
Share this question
or