I'm having troubles with the XamNumericEditor. I have defined an error template that gets applied to all controls when that control has an error associated with it. However, it appears that the error template (Validation.ErrorTemplate) is not being used by the XamNumericEditor when there is a validation error. Any ideas why this would be?
Nevermind, I figured it out. We were doing something weird with a Window template that was causing the ErrorTemplate to not show up. This problem is resolved.