Custom validations are not triggered by blurring the input (as it visually seems), but when the set() method of the underlying model is called to change the value of the edited field. Possible workaround: $('input[name="ProductName"]').bind('blur', function(){ // get a reference to the built-in validator var validator = e.container.data("kendoValidator"); validator.validate(); })
Hi,
This is completed: https://feedback.telerik.com/kendo-jquery-ui/1359850-trigger-custom-validations-on-blur
Regards,
Nencho
Progress Telerik
Virtual Classroom, the free self-paced technical training that gets you up to speed with Telerik and Kendo UI products quickly just got a fresh new look + new and improved content including a brand new Blazor course! Check it out at https://learn.telerik.com/.