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

Default tooltip gets shown when using RadToolTipManager Client-side

1 Answer 44 Views
ToolTip
This is a migrated thread and some comments may be shown as answers.
Hemika
Top achievements
Rank 1
Hemika asked on 23 Aug 2013, 04:31 AM
Hi, 

I have a repeater in which I want to show the tooltip from client side. I implemented as mentioned in this demo : http://demos.telerik.com/aspnet-ajax/tooltip/examples/radtooltipmanagerclientapi/defaultcs.aspx

But when I load the page for the first time, I can see both the tooltips. i.e the default browser tooltip and the telerik tooltip.
I have attached an image of it. 

Please let me know if there is a solution.

1 Answer, 1 is accepted

Sort by
0
Marin Bratanov
Telerik team
answered on 26 Aug 2013, 10:04 AM
Hi Hemika,

I am not sure exactly what the scenario you have is, but if RadToolTIp is instructed to get content from a custom location (i.e. AjaxUpdate event handler) it will not modify the target element, so its title/alt attribute will remain in place and the browser will show it. In this case you may want to avoid rendering this attribute (it corresponds to the ToolTip server property WebControls have).
If this is not what is happening in your case I would advise sharing a small sample of your logic so we can inspect it and see what is going on.


Regards,
Marin Bratanov
Telerik
If you want to get updates on new releases, tips and tricks and sneak peeks at our product labs directly from the developers working on the RadControls for ASP.NET AJAX, subscribe to the blog feed now.
Tags
ToolTip
Asked by
Hemika
Top achievements
Rank 1
Answers by
Marin Bratanov
Telerik team
Share this question
or