Completed
Last Updated: 25 Nov 2021 11:57 by ADMIN
Rubens
Created on: 09 Jun 2016 17:30
Category: Kendo UI for jQuery
Type: Feature Request
1
Trigger Custom Validations on Blur
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();
  })

1 comment
ADMIN
Nencho
Posted on: 25 Nov 2021 11:57

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/.