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

Tooltip showing for asp:button that has no tooltip set

2 Answers 44 Views
ToolTip
This is a migrated thread and some comments may be shown as answers.
Rod
Top achievements
Rank 1
Rod asked on 17 Sep 2008, 10:39 PM
I have a web page where I'm displaying a asp:hyperlink with a tooltip using the RadToolTipManager.
That part works fine.

Also, on that same page, I have an asp:button with the Text property defined as "Log In".

When I mouse over the bottom corner of that button, a tooltip appears with the words "Log In" in it.

Please help.

Thanks,

Rod

2 Answers, 1 is accepted

Sort by
0
Svetlina Anati
Telerik team
answered on 18 Sep 2008, 12:24 PM
Hi Rod,

I am not quite sure about your exact configuration but I assume that you might have a RadToolTipManager control on your page whose TargetControls collection is empty. If so, it automatically tooltipifies all the controls on the page which have their alt attribute/ ToolTip server property set. In order to avoid this you should set its Autotooltipify property to false. You can find more information about this propertyhere.

In case the problem persists, please open a new suppot ticket and send me a sample reproduction demo project along with your explanation. Once I receive it, I will help you resolve the issue.

Sincerely yours,
Svetlina
the Telerik team

Check out Telerik Trainer, the state of the art learning tool for Telerik products.
0
Rod
Top achievements
Rank 1
answered on 18 Sep 2008, 04:14 PM
Thanks for your reply, Svetlina.
That was exactly my issue.

I love your controls and your support/forums.

Keep up the great work!

Sincerely,

Rod
Tags
ToolTip
Asked by
Rod
Top achievements
Rank 1
Answers by
Svetlina Anati
Telerik team
Rod
Top achievements
Rank 1
Share this question
or