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

Tooltip callout location changes

1 Answer 48 Views
ToolTip
This is a migrated thread and some comments may be shown as answers.
Richard M
Top achievements
Rank 1
Richard M asked on 11 Nov 2010, 08:26 PM
The tooltip callout is appearing inside the tooltip.  Here is my tooltip:

<telerik:RadToolTip ID="tooltip_VSC" runat="server" Width="250" Height="250" RenderInPageRoot="true" TargetControlID="LinkButton1" Skin="Default" RelativeTo="element" ShowEvent="OnClick" HideEvent="LeaveTargetAndToolTip"  Animation="Resize" EnableShadow="true" >
<table><tr><td><asp:LinkButton ID="LinkButton2" runat="server">LinkButton</asp:LinkButton></td><td></td><td></td></tr></table>

I also tried using this, but I get "Telerik is undefined":
 <script type="text/javascript">
         Telerik.Web.UI.RadToolTip.prototype._adjustCallout = function () {
         };
</script>

I have the latest version of Telerik RadTools

1 Answer, 1 is accepted

Sort by
0
Svetlina Anati
Telerik team
answered on 16 Nov 2010, 04:49 PM
Hi Richard M,

 The script below

<script type="text/javascript">
         Telerik.Web.UI.RadToolTip.prototype._adjustCallout = function () {
         };
</script>

should be placed at last on the page to ensure that the scripts have already been loaded.

Let us know whether this fixes the problem and if it does not - please provide a fully runnable demo page along with very detailed reproduction steps and screenshots and we will see what could be done.

Greetings,

Svetlina
the Telerik team

 

Browse the vast support resources we have to jumpstart your development with RadControls for ASP.NET AJAX. See how to integrate our AJAX controls seamlessly in SharePoint 2007/2010 visiting our common SharePoint portal.
Tags
ToolTip
Asked by
Richard M
Top achievements
Rank 1
Answers by
Svetlina Anati
Telerik team
Share this question
or