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

Problem with RadToolTip position

3 Answers 135 Views
ToolTip
This is a migrated thread and some comments may be shown as answers.
Raju
Top achievements
Rank 1
Raju asked on 13 Aug 2008, 01:10 PM
Hi
 
I am working with RadTooltip control. i am using the position as "BottomRight". but it's not showing properly. it's showing BottomRight on the page instead of BottomRight of the selected element on MOSS page. Please let me know Anything wrong with this code.

<telerik:RadTextbBox ID="RadTextBox1" runat="server" ClientEvents-OnFocus="tonload">
</telerik:RadTextBox>

<telerik:RadToolTip ID="RadToolTip1" runat="server" Text="TextBox" Animation="Slide"
Position="BottomRight" Width="100px" Height="100px" TargetControlID="RadTextBox1_Text"IsClientID="true">
</telerik:RadToolTip>

function tonload(sender, args) 

    var radToolTip = $find("<%= RadToolTip1.ClientID %>"); 
    radToolTip.show(); 
}

3 Answers, 1 is accepted

Sort by
0
George
Telerik team
answered on 18 Aug 2008, 01:51 PM
Hi Raju,

Could you please set the ToolTip's Relative="Element" and test the behavior e.g.
<telerik:RadToolTip ID="RadToolTip1" runat="server" Text="TextBox" Animation="Slide" 
Position="BottomRight" RelativeTo="Element" Width="100px" Height="100px" TargetControlID="RadTextBox1_Text" IsClientID="true">  
</telerik:RadToolTip>  

Is the problem still observed?

Best wishes,
George
the Telerik team

Check out Telerik Trainer, the state of the art learning tool for Telerik products.
0
Raju
Top achievements
Rank 1
answered on 20 Aug 2008, 10:53 AM
hi

After using  RelativeTo="Element"  also its not working fine.
0
George
Telerik team
answered on 25 Aug 2008, 10:56 AM
Hi Raju,

Could you please open a support ticket and send us you test page, along with a sample video that demonstrates the behavior? We will examine it locally and do our best to provide a solution.


Sincerely,
George
the Telerik team

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