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

RadToolTip show in Every control

3 Answers 84 Views
ToolTip
This is a migrated thread and some comments may be shown as answers.
Dip
Top achievements
Rank 1
Dip asked on 13 Aug 2009, 08:06 PM

<

 

telerik:RadToolTipManager ID="HierarchyManagerToolTip" runat="server" Position="TopRight"

 

 

RelativeTo="Element" AutoTooltipify="false" Sticky="true" MouseTrailing="true" OffsetY="0">

 

 

</telerik:RadToolTipManager>

 



I have a user control and inside it I have a custom control Dropdown..Everytime I mouse over my custom Dropdown it  calls a webservice and tooltip shows all the info as needed ..So far it is working great..
But now the tooltips show in all the dropdown which I don't need it all. It show the word in the Dropdown.
 I though that AutoTooltipify="false" would solve my problem, but it  doesn't .. I also have set AutoTooltipify for every postback..still not solved..


thanks,
DIP

3 Answers, 1 is accepted

Sort by
0
W
Top achievements
Rank 1
answered on 14 Aug 2009, 10:31 AM
Hi,

I am also facing the same issue. only difference is that for me tooltip is coming only for ajaxcontroltoolkit 's Rating control. 
i have other controls too on the page like drop downs and buttons but tool tip comes where expected as well as on the rating conrols where i dont want.

any help will be highely appriciated.

regards,
ashish
0
Svetlina Anati
Telerik team
answered on 14 Aug 2009, 12:45 PM
Hi guys,

The only possible reason which I can think of without having your code and which might cause this problem is that you have a RadToolTipManager (it might be a second one, e.g coming from a user control or a master page) which has its AutoToolTipify functionality turned on. Please, carefully examine your code and make sure that all your tooltip managers have AutoToolTipify="false".

If you verify that this is OK and does not cause the problem, I will really need to examine a fully working reproduction sample demo because we have never been reported with such an issue before except when related to the autotooltipify functionality. You can either upload your files in the web and provide a download url here (please, do not upload a licensed dll - only a trial one or just mention the version and we will test with ours) or share a fully working code. Once I am able to observe the problem locally, I will do my best to help.

Best wishes,
Svetlina
the Telerik team

Instantly find answers to your questions on the new Telerik Support Portal.
Check out the tips for optimizing your support resource searches.
0
Dip
Top achievements
Rank 1
answered on 17 Aug 2009, 02:29 PM
I got my problem solved..I didn't have multiple RadToolTipManager, but one of the control was using the ASP.NET ToolTip and this got cascaded to all the control. So Instead on showing the Regulat ToolTip , I think RadToolManager , changed to RadTooltip..As soon as I removed that tooltip , My problem was solved
 
Thanks,
DIP  
Tags
ToolTip
Asked by
Dip
Top achievements
Rank 1
Answers by
W
Top achievements
Rank 1
Svetlina Anati
Telerik team
Dip
Top achievements
Rank 1
Share this question
or