This question is locked. New answers and comments are not allowed.
Telerik Team,
I have the following RadMaksedTextInput setup:
This is bound to a nullable double that ultimately reflects a social security number, hence the associated format. Once a number has been entered into the editor and then ultimately cleared (the entire value is highlighted and deleted or the last available value is deleted), the "Value" property, in which the control is bound to, is never updated. It remains as the last non-null or not-empty value. In this particular case, I would expect the property to be set to null. How can I achieve this behavior?
Thanks in advance
PD
I have the following RadMaksedTextInput setup:
<
telerik:RadMaskedTextInput
Mask
=
"###-##-####"
AllowInvalidValues
=
"True"
Value
=
"{Binding Value, Mode=TwoWay}"
/>
This is bound to a nullable double that ultimately reflects a social security number, hence the associated format. Once a number has been entered into the editor and then ultimately cleared (the entire value is highlighted and deleted or the last available value is deleted), the "Value" property, in which the control is bound to, is never updated. It remains as the last non-null or not-empty value. In this particular case, I would expect the property to be set to null. How can I achieve this behavior?
Thanks in advance
PD