Hey!
Yesterday I started to research Tooltip's features and definatelly this control is awesome.
I have looked all available tutorials http://demos.telerik.com/aspnet-ajax/tooltip/examples/loadondemand/defaultcs.aspx
And got just a quick question :
Here is RadTooltipManager, but where are <TargetControl> section. I just do not get where did you specified that tooltip should appear on these webControls. :)
Thank you!
Yesterday I started to research Tooltip's features and definatelly this control is awesome.
I have looked all available tutorials http://demos.telerik.com/aspnet-ajax/tooltip/examples/loadondemand/defaultcs.aspx
And got just a quick question :
<telerik:RadToolTipManager runat="server" ID="RadToolTipManager1" Position="Center" RelativeTo="Element" Width="400px" Height="200px" Animation="Resize" HideEvent="LeaveTargetAndToolTip" Skin="Default" OnAjaxUpdate="OnAjaxUpdate" OnClientHide="OnClientHide" EnableShadow="true" RenderInPageRoot="true" AnimationDuration="200"></telerik:RadToolTipManager>Thank you!