Hi,
I have the rad masked input text box and when the page is loaded and the masked text box is empty i see the position of _ lines shrinked and when i start typing it moves along. Can any one help please.I ma using telerik 2009
| <telerik:RadMaskedTextBox MaxLength="11" ID="inpID" runat="server" PromptChar="_" |
| Skin="WebBlue" Mask="###-##-####" Height="15px" Width="65px" BorderColor="black"> |
| <ClientEvents OnFocus="Focus" /> |
| </telerik:RadMaskedTextBox> <br /> |
| function Focus(sender, eventArgs) |
| { |
| sender.selectAllText(); |
| } |
Thank you