Posted 27 Mar 2012 Link to this post
<
telerik:RadTextBox
ID
=
"radTextBoxUsername"
runat
"server"
CssClass
"inputBox"
ClientEvents-OnKeyPress
"OnKeyPress"
MaxLength
"16"
ClientEvents-OnBlur
"UsernameTextBoxValueChanged"
SelectionOnFocus
"SelectAll"
>
ClientEvents
OnKeyPress
OnBlur
></
InvalidStyle
"inputBoxInvalid"
/>
</
Posted 28 Mar 2012 Link to this post
<style type=
"text/css"
html body .RadInput_Default .riError
{
background
:
none
!important
;
}
</style>