Posted
on Feb 8, 2012
(permalink)
Hi,
- I am using v.2011.3.1220.1040
- I have set my RadMaskedTextBox to be Numeric and Mask=d, SelectAll on focus, and UpdateValueEvent=LostFocus
- The value is bound to a property in a model
- When the control gets focus, if I enter a value. I tab away and the value is udpated in the property.
- The control gets focus again, this time I just delete the value and tab away. The property value is NOT updated. It maintains the old value.
How do I get over this? I have a Required validation attribute on the property and if the user tabs away without any value, the validation should kick in. But it doesn't when the user simply deletes the value and tabs away.
Any help? Tips?