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

Tooltip Manager not Working in Step-by-step Tutorial

1 Answer 61 Views
ToolTip
This is a migrated thread and some comments may be shown as answers.
Greg
Top achievements
Rank 2
Greg asked on 12 Apr 2009, 06:24 PM
I am working through the Step-by-step Tutorial and am having a problem with the Tooltip Manager. The tooltips do not appear to be animating in the VS Projects\UI\GettingStarted example and I know for certain that it is not working in the VS Projects\UI\ServerAjaxUpdate example - there is no call to the server side code and only the default tooltip is showing. I am using version 2009.1.402.35 of the RAD AJAX controls and running the code provided in the turorial download.

 

1 Answer, 1 is accepted

Sort by
0
Fiko
Telerik team
answered on 14 Apr 2009, 10:28 AM
Hi Greg,

Thank you for your feedback. We checked these files and saw that we miss some code part in the VS Projects\UI\ServerAjaxUpdate example. In this project, the RadToolTipManager's declaration should look like this :

<telerik:RadToolTipManager ID="RadToolTipManager1" runat="server" OnAjaxUpdate="RadToolTipManager1_AjaxUpdate" 
    Position="BottomRight" RelativeTo="Element"
    <TargetControls> 
        <telerik:ToolTipTargetControl TargetControlID="btnInsects" /> 
        <telerik:ToolTipTargetControl TargetControlID="btnBirds" /> 
        <telerik:ToolTipTargetControl TargetControlID="btnMammals" /> 
        <telerik:ToolTipTargetControl TargetControlID="btnReptiles" /> 
        <telerik:ToolTipTargetControl TargetControlID="btnAmphibians" /> 
    </TargetControls> 
</telerik:RadToolTipManager> 

In reference to the VS Projects\UI\GettingStarted example : The declared RadToolTipManager does not affect the tooltip that is showed when the mouse is over the Button1. If you need to change that tool tip, you need to change the properties of the RadToolTip1, declared on the bottom of the RadToolTipManager1.

I hope this helps.

Kind regards,
Fiko
the Telerik team

Check out Telerik Trainer , the state of the art learning tool for Telerik products.
Tags
ToolTip
Asked by
Greg
Top achievements
Rank 2
Answers by
Fiko
Telerik team
Share this question
or