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

radtooltip content changes

2 Answers 95 Views
ToolTip
This is a migrated thread and some comments may be shown as answers.
tom DE RIDDER
Top achievements
Rank 1
tom DE RIDDER asked on 29 May 2008, 11:51 AM
i am using this radtooltip control and if the assigned targetcontrol has a tooltip property, the radtooltip takes this tooltip and only displays this: all the rest of the controls inside the radtooltip aren't shown any more. how come?

2 Answers, 1 is accepted

Sort by
0
Stijn
Top achievements
Rank 1
answered on 30 May 2008, 08:13 AM
has anyone got a solution for this problem (I posted this but someone else was still logged in)? below is the code that I use:

<rad:RadToolTip ID="detailTooltip" runat="server" TargetControlID="btn_detail" Position="Center" Modal="true" ManualClose="true" Height="400" Width="600" ShowEvent="OnClick">
<%--here come the controls that I want to show but the controls themselves are irrelevant--%>
</rad:RadToolTip>
<asp:LinkButton ID="btn_detail" runat="server" CssClass="icon action previewicon" Text="&nbsp;" OnClientClick="return false;" ToolTip="Preview" />

so normally this tooltip should show when I click the btn_detail. indeed, the tooltip shows but there's only one word shown and that's "Preview". if I don't use this property everything works well, but this is just to demonstrate the issue: eventually I have to use this on a button inside a control for which I only know the clientid and in this case it's impossible to disable this tooltip property.
0
Svetlina Anati
Telerik team
answered on 02 Jun 2008, 02:18 PM
Hello Stijn,

The RadToolTip is intended to show the title with a higher priority than the explicitly specified content. This being said if you have set its content and at the same time you have set the ToolTip property, the control will show the value assigned to the ToolTip property.

This is logged in our database and we will soon provide the ability to determine the priorities, probably in the SP2 release.

All the best,
Svetlina
the Telerik team

Instantly find answers to your questions at the new Telerik Support Center
Tags
ToolTip
Asked by
tom DE RIDDER
Top achievements
Rank 1
Answers by
Stijn
Top achievements
Rank 1
Svetlina Anati
Telerik team
Share this question
or