The asp:textbox allow tooltip onfocus event but Radtextbox doesnot show when i am focus to that rad text box
Its work :
<
asp:TextBox ID="txtCity" runat="server"></asp:TextBox>
<
telerik:RadToolTip ID="RadToolTip9" runat="server" TargetControlID="txtCity"
Text="Address will be given out only to the buyer or seller" ShowEvent="OnFocus" Position="MiddleLeft"
RelativeTo="Element" Skin="Sunset" Width="100">
</telerik:RadToolTip>
Its Not work properly:
<
telerik:RadNumericTextBox ID="txtMobile" runat="server" MaxLength="9" Value="123456789">
<NumberFormat DecimalDigits="0" GroupSeparator="" />
</telerik:RadNumericTextBox>
<telerik:RadToolTip ID="RadToolTip13" runat="server" TargetControlID="txtMobile"
Text="Mobile Number will be given out only to the buyer or seller" ShowEvent="OnFocus" Position="MiddleLeft"
RelativeTo="Element" Skin="Sunset" Width="100">
</telerik:RadToolTip>
how to i show tool tip for Rad text box
regards
azees