alt text http://img42.imageshack.us/img42/4161/blinkthru.png
I\'m trying to get the validation to not show through my custom modal dialog. I\'ve tried setting the zi
Alternatively, if you want to change just the style of the element (it's background, foreground, etc) and not it's whole ControlTemplate (which includes the adorner), you can set the Validation.ErrorTemplate so that it doesn't have a border, or exclamation point, then use a style trigger to change the style based on the property "Validation.HasError".