Hi,
In my page I have used radtextbox to input password. I used code below
when using telerik 2009, the width is showing correctly, but when i changed to telerik Q1 2012,I cannot set the width when textmode is password.
Is there any solution for this?
Thanks in advance.
In my page I have used radtextbox to input password. I used code below
<telerik:RadTextBox ID="radtextbox1" runat="server" Width="400px" TextMode="Password" ></telerik:RadTextBox>Is there any solution for this?
Thanks in advance.