First of all, I'm using a RadMaskedTextBox inside of the Edit Template of a Radgrid. SelectionOnFocus is set to "SelectAll" but that doesn't seem to be working. When I type in numbers, it doesn't replace the mask, but overwrites it instead.
For example, the mask I have is "xx-xxx-xxxx". So it looks like this in the textbox: __-___-____ However, when I place the cursor at the beginning and type, it shows something like: 353435__-___-____ or _34343_-___-____. I am creating this textbox at Design Time. I've read the RadControls for ASP.NET AJAX documentation, but it doesn't seem to help with this problem. Any suggestions? Thanks.
<EditItemTemplate>
<telerik:RadMaskedTextBox ID ="_tbLocationNumberMasked" runat="server"
Mask="##-###-####" SelectionOnFocus="SelectAll" >
</EditItemTemplate>
Using Visual Studio Extensions for RadControls for ASP.NET AJAX Version 2011.1.519.0