Several of your controls (Scheduler, Grid) make use of the Validator control for validation on the edit forms. Once the validator is loaded there is no way to change the options. It is important if the validator is going to be embedded within other controls that we be able to enable/disable validateOnBlur and get/set the errorTemplate. Without the ability to change the validator options, support recommends use of private methods. An alternate choice would be to require those controls that are embedding the validation to provide these options as part of their configuration. Thanks