I added a custom control, a text box, to the Advanced form. I also added a CustomValidator for the control with a server side function for the OnServerValidate event. However, my CustomValidator is totally ignored when the form is submitted. I noticed that the CustomValidator for the default DurationValidator is called but not my added CustomValidator.
Do I need to add my CustomValidator to the Scheduler ValidatorGroup? If the answer is yest, then how should I add my CustomValidator to the scheduler's ValidatorGroup?
Thanks.
Do I need to add my CustomValidator to the Scheduler ValidatorGroup? If the answer is yest, then how should I add my CustomValidator to the scheduler's ValidatorGroup?
Thanks.