Hi
I have a textbox on my form where the user can enter the bankaccount. So I created added a textbox and a MaskedEditExtender. In the maskeditextender I created the mask for a valid banaccount. I don't want when the user exits the control that the mask will be lost so I setted the ClearMaskOnLostFocus property to false. I also added a MaskedEditValidator extender to check if the bankaccount is valid. I wrote a custom client function for validating the bankacount.
Everything works fine if I delete the property ClearMaskOnLostFocus="False", when I add this property, the clientside validating won't execute anymore and I always get the invalid message, even when I enter a valid bankaccount.
Is there a solution for this problem?
Thx
Comments: Issues is closed as it is fixed with April 2013 release.
I have a textbox on my form where the user can enter the bankaccount. So I created added a textbox and a MaskedEditExtender. In the maskeditextender I created the mask for a valid banaccount. I don't want when the user exits the control that the mask will be lost so I setted the ClearMaskOnLostFocus property to false. I also added a MaskedEditValidator extender to check if the bankaccount is valid. I wrote a custom client function for validating the bankacount.
Everything works fine if I delete the property ClearMaskOnLostFocus="False", when I add this property, the clientside validating won't execute anymore and I always get the invalid message, even when I enter a valid bankaccount.
Is there a solution for this problem?
Thx
Comments: Issues is closed as it is fixed with April 2013 release.