Hi!
Is there a way to hide or change the attached button?
Is there a way to hide or change the attached button?
<telerik:RadTextBox ID="radTextBoxUsername" runat="server" CssClass="inputBox" ClientEvents-OnKeyPress="OnKeyPress" MaxLength="16" ClientEvents-OnBlur="UsernameTextBoxValueChanged" SelectionOnFocus="SelectAll"> <ClientEvents OnKeyPress="OnKeyPress" OnBlur="UsernameTextBoxValueChanged"></ClientEvents> <InvalidStyle CssClass="inputBoxInvalid" /> </telerik:RadTextBox>