Hi all,
I am using RadToolTipManager but it is not working on my page. I set html tips on the page, and call the RadToolTipManager control in the page as follows:
<telerik:RadFormDecorator ID="RadFormDecorator1" runat="server" DecoratedControls="All" />
<telerik:RadToolTipManager ID="RadToolTipManager_Tasks"
runat="server"
Animation="FlyIn" />
But nothing is happening, when I was expecting to see the tooltips flying.
Does RadToolTipManager needs the RadFormDecorator control?
Any thoughts?
Thanks,
Bruno
I am using RadToolTipManager but it is not working on my page. I set html tips on the page, and call the RadToolTipManager control in the page as follows:
<telerik:RadFormDecorator ID="RadFormDecorator1" runat="server" DecoratedControls="All" />
<telerik:RadToolTipManager ID="RadToolTipManager_Tasks"
runat="server"
Animation="FlyIn" />
But nothing is happening, when I was expecting to see the tooltips flying.
Does RadToolTipManager needs the RadFormDecorator control?
Any thoughts?
Thanks,
Bruno