3 Answers, 1 is accepted
0
Hi David,
The content of RadTooltip can contain both html tags and server controls, which can be styled in the desired way:
https://docs.telerik.com/devtools/aspnet-ajax/controls/tooltip/radtooltip/managing-content
For example:
<telerik:RadToolTip ID="RadTooltip1" runat="server" TargetControlID="Panel1" ShowEvent="OnMouseOver" HideEvent="ManualClose">
<div>Some content shown inside the tooltip part of which is <strong>bold</strong>.</div>
<div>
<span style="color: red">You can also style the text via CSS</span> or use a server control like
<span style="font-size: 14px; font-weight: bold">RadButton</span> here:
</div>
<telerik:RadButton ID="RadButton1" runat="server" Text="Click me!" AutoPostBack="false"></telerik:RadButton>
</telerik:RadToolTip>
Regards,
Vessy
Progress Telerik
Get quickly onboarded and successful with UI for ASP.NET AJAX with the Virtual Classroom technical trainings, available to all active customers. Learn More.
0
David
Top achievements
Rank 1
Iron
Iron
Veteran
answered on 19 Mar 2020, 01:34 PM
Makes sense
Thank you Vessy
0
Hi,
You are welcome, David - let me know in case any further question occurs.
Regards,
Vessy
Progress Telerik
Get quickly onboarded and successful with UI for ASP.NET AJAX with the Virtual Classroom technical trainings, available to all active customers. Learn More.