This is probably an easy one, but I noticed that if I have a masked editor control that doesn't contain any data, the validation error is displayed. I changed the ValidationMode to LostFocus and that gets rid of it, but if I enter the field and exit it without entering anything (leaving it blank) I get the validation error again. Is there a way to not show the validation message unless something incorrect has actually been entered?