Using as an example of starting the April 30 version 4.1.7.0429 version AjaxControlToolkitSampleSite.zip shifting the focus on the textbox the page is not erased the mask, the result is visible in the attached figure.
Comments: Confirmo... para mi la solución fue: Dejar ClearMaskOnLostFocus en false. Y agregar el siguiente codigo en code-behind: textbox.Attributes.Add("onblur", "this.value = '';"); Espero le sirva a alguien...
Comments: Confirmo... para mi la solución fue: Dejar ClearMaskOnLostFocus en false. Y agregar el siguiente codigo en code-behind: textbox.Attributes.Add("onblur", "this.value = '';"); Espero le sirva a alguien...