I cannot get a RadToolTip to appear when a user sets focus on a RadEditor.
The code I am using is below:
How do I go about this?
Thanks
The code I am using is below:
<telerik:RadEditor ID="re1" runat="server"></telerik:RadEditor><telerik:RadToolTip ID="RadToolTip1" runat="server" TargetControlID="re1" ShowEvent="OnFocus" Text="Test"></telerik:RadToolTip>How do I go about this?
Thanks
