Greetings,
The issue occurs when using the tab key a text box control is reached. The text selection cursor does not appear on the text box, instead the borders are highlighted.
All text boxes work except the ones using a RadInputManager
Here is our code:
Our style:
Thanks in advance.
The issue occurs when using the tab key a text box control is reached. The text selection cursor does not appear on the text box, instead the borders are highlighted.
All text boxes work except the ones using a RadInputManager
Here is our code:
<asp:TextBox CssClass="input01" MaxLength="16" ID="P5textfield18" ToolTip="Ingrese Teléfono" runat="server"/><telerik:RadInputManager ID="RadInputManager8" runat="server"> <telerik:RegExpTextBoxSetting BehaviorID="P1RagExpBehavior1" ValidationExpression="\d+" EnabledCssClass="input01" HoveredCssClass="input01" ErrorMessage="Ingrese sólo números" EmptyMessage="sólo números" EmptyMessageCssClass="input01" FocusedCssClass="input01" InvalidCssClass="input01"> <TargetControls> <telerik:TargetInput ControlID="P5textfield18" /> </TargetControls> </telerik:RegExpTextBoxSetting></telerik:RadInputManager>Our style:
.input01{ border-bottom: #333 1px solid; border-left: #333 1px solid; padding-bottom: 3px !important; padding-left: 3px !important; width: 270px !important; padding-right: 3px !important; font-family: "PT Sans Narrow", sans-serif !important; color: #838080 !important; font-size: 16px !important; border-top: #333 1px solid; margin-right: 10px !important; border-right: #333 1px solid; padding-top: 3px !important}Thanks in advance.