When working with AJAX it's essential to be able to validate a form on the fly, return errors, and deal with them without needing to actually submit the form. Please make sure the validation library works as a callable method rather than just a form submit event binding.
Hi Collin,
The Kendo UI Validator has a validate() and validateInput() methods. I assume this is what you need?
API documentation
https://docs.telerik.com/kendo-ui/api/javascript/ui/validator
Kendo UI Validator overview
https://docs.telerik.com/kendo-ui/controls/editors/validator/overview
Regards,
Dimo
Progress Telerik