Good afternoon all,
The KendoUI Validator as it stands is not very powerful. We have the scenario at the moment where we have two forms on the same page. We want to have on blur validation and on submit of a certain form then validation of that specific form only. At the moment binding the validator on document ready causes the other form to also validate even if it's not the one getting submitted. Is there a way to fix this or at least disable the validator on focusout of the form or something?
In general the validator misses a lot of configuration options (auto validate, etc), event hooks (before validate triggers, on blur validation, etc) and methods(validate specific rule, disable, enable, showMessages, focus on first error of form, etc).
Looking forward to your responses!
Thanks
The KendoUI Validator as it stands is not very powerful. We have the scenario at the moment where we have two forms on the same page. We want to have on blur validation and on submit of a certain form then validation of that specific form only. At the moment binding the validator on document ready causes the other form to also validate even if it's not the one getting submitted. Is there a way to fix this or at least disable the validator on focusout of the form or something?
In general the validator misses a lot of configuration options (auto validate, etc), event hooks (before validate triggers, on blur validation, etc) and methods(validate specific rule, disable, enable, showMessages, focus on first error of form, etc).
Looking forward to your responses!
Thanks