I''m tring the new RadMaskedTextBox "Prometheus" with VS2008RTM.
After type a char, the caret is moved to the end of RadMaskedTextBox and then, I get an error for every keypressed.
| <telerik:RadMaskedTextBox ID="UserName" runat="server" Mask="######-#" /> |
Edit:
The problem occurs when setting the attribute defaulfocus on form element:
| <form id="form1" runat="server" defaultfocus="RadMaskedTextBox1_text"> |
Was a workaround for the previous version ...
:S
Suggestions!?
Thanks in advance!
[]'s
Henrique