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

binding to one <a>

1 Answer 28 Views
ToolTip
This is a migrated thread and some comments may be shown as answers.
Gabriel
Top achievements
Rank 1
Gabriel asked on 19 Aug 2008, 05:18 PM

one a use the code 

RadToolTipManager1.TargetControls.Add(lblLink.ClientID, IDPessoa,

true);

the  HyperLink that surround the target object becomes unclicable.

other problem that  have is that when i positon the tolltip to be in the topleft of the element it comes out in the wrong position

1 Answer, 1 is accepted

Sort by
0
Princy
Top achievements
Rank 2
answered on 20 Aug 2008, 01:30 PM
Hello Gabriel,

I tried this on my end and it is working as expected. You can try the code below and check for differences if any.
aspx:
<telerik:RadToolTip ID="RadToolTip1" Title="RadComboBox" Text="values" TargetControlID="RadComboBox2" Position="TopLeft" RelativeTo="Element" runat="server">         
</telerik:RadToolTip> 

You can also try setting the OffsetX and OffsetY values as given in the link below.
Positioning

Thanks
Princy.
Tags
ToolTip
Asked by
Gabriel
Top achievements
Rank 1
Answers by
Princy
Top achievements
Rank 2
Share this question
or