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

RadToopTip not working with RadFormDecorator

1 Answer 53 Views
Documentation and Tutorials
This is a migrated thread and some comments may be shown as answers.
IQworks
Top achievements
Rank 1
IQworks asked on 03 Jan 2009, 02:44 AM
Hi , 
   My RadToolTip dosnt work when I use it on a page with RadFormDecorator. I read in this forum about a similar issue, but
it had to do with RadToolTipManager (RadToolTipManager screws up with buttons and RadFormDecorator ). Is there a patch ?
(saw the video, didnt quite get it)
thanks for your time - Happy new year !

*****************************************************
With this code, my radtooltip works:
*****************************************************

<%

@ Page Language="C#" %>

 

<%

@ Import Namespace="System.Linq" %>

 

<%

@ Import Namespace="System.Web.UI.WebControls" %> 

 

<%

@ Register assembly="Telerik.Web.UI" namespace="Telerik.Web.UI" tagprefix="telerik" %>

 

<!

DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">

 

<

script runat="server">

 

 

</

script>

 

<

html xmlns="http://www.w3.org/1999/xhtml">

 

<

head id="Head1" runat="server">

 

 

<title>Untitled Page</title>

 

</

head>

 

<

body>

 

 

<form id="form1" runat="server">

 

 

<div>

 

 

 

</div>

 

 

<asp:ScriptManager ID="ScriptManager1" runat="server">

 

 

</asp:ScriptManager>

 

 

 

 

 

 

 

 

 

 

 

 

<telerik:RadToolTipManager ID="RadToolTipManager1" runat="server"

 

 

Animation="FlyIn" Skin="Hay" ToolTipZoneID="tblOptions">

 

 

</telerik:RadToolTipManager>

 

 

 

<telerik:RadToolTip ID="RadToolTip1" runat="server" Position="BottomRight"

 

 

RelativeTo="Element" Skin="Hay" TargetControlID="Button1"

 

 

ToolTip="this is tooltip" >

 

 

<asp:Image ID="Image1" runat="server" ImageUrl="~/Images/music.png" />

 

This is the thing that just didnt want to work.

 

</telerik:RadToolTip>

 

 

<asp:Button ID="Button1" runat="server" Text="See Listing" />

 

 

 

 

</form>

 

</

body>

 

</

html>
**********************************************************************
But when adding the RadFormDecorator it dosn't
***********************************************************************

 

<%@ Page Language="C#" %>

 

<%

@ Import Namespace="System.Linq" %>

 

<%

@ Import Namespace="System.Web.UI.WebControls" %> 

 

<%

@ Register assembly="Telerik.Web.UI" namespace="Telerik.Web.UI" tagprefix="telerik" %>

 

 

 

 

<!

DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">

 

<

script runat="server">

 

</

script>

 

<

html xmlns="http://www.w3.org/1999/xhtml">

 

<

head id="Head1" runat="server">

 

 

<title>Untitled Page</title>

 

</

head>

 

<

body>

 

 

<form id="form1" runat="server">

 

 

<div>

 

 

 

</div>

 

 

<asp:ScriptManager ID="ScriptManager1" runat="server">

 

 

</asp:ScriptManager>

 

 

 

 

 

 

 

<telerik:RadFormDecorator ID="RadFormDecorator2" Runat="server" Skin="Hay" /> 

 

 

<telerik:RadToolTipManager ID="RadToolTipManager1" runat="server"

 

 

Animation="FlyIn" Skin="Hay" ToolTipZoneID="tblOptions">

 

 

</telerik:RadToolTipManager>

 

 

 

<telerik:RadToolTip ID="RadToolTip1" runat="server" Position="BottomRight"

 

 

RelativeTo="Element" Skin="Hay" TargetControlID="Button1"

 

 

ToolTip="this is tooltip" >

 

 

<asp:Image ID="Image1" runat="server" ImageUrl="~/Images/music.png" />

 

This is the thing that just didnt want to work.

 

</telerik:RadToolTip>

 

 

<asp:Button ID="Button1" runat="server" Text="See Listing" />

 

 

 

 

</form>

 

</

body>

 

</

html>

 

 

1 Answer, 1 is accepted

Sort by
0
Svetlina Anati
Telerik team
answered on 05 Jan 2009, 02:42 PM
Hi David ,

We are aware of this behavior and it is already fixed. The fix will be available in the upcoming Service Pack which is scheduled for the middle of January.

Kind regards,
Svetlina
the Telerik team

Check out Telerik Trainer, the state of the art learning tool for Telerik products.
Tags
Documentation and Tutorials
Asked by
IQworks
Top achievements
Rank 1
Answers by
Svetlina Anati
Telerik team
Share this question
or