Hi,
I have set a RadMaskedTextBox in one of my page with the current mask : L## ### ###. If some of the first char are missing then when i try to get the value on servervalidate of my customvalidator, the text property is always returning empty value.
Also if i set the first char correctly but add space char in middle, all the following char will not be displayed anymore after the postback.
Is there a way to keep the text the user has entered in the textbox no matter if there's a postback or not and with the space char if there's some in it?
Thx for your help,
have a nice day,
Guillaume
I have set a RadMaskedTextBox in one of my page with the current mask : L## ### ###. If some of the first char are missing then when i try to get the value on servervalidate of my customvalidator, the text property is always returning empty value.
Also if i set the first char correctly but add space char in middle, all the following char will not be displayed anymore after the postback.
Is there a way to keep the text the user has entered in the textbox no matter if there's a postback or not and with the space char if there's some in it?
Thx for your help,
have a nice day,
Guillaume