I am trying to to use validateInput event of kendo validator using k-on- prefix attribute, but seems like the event never fires, below is the example
http://dojo.telerik.com/OGEjE/5
Thanks
Ketul
2 Answers, 1 is accepted
0
Accepted
Alex Hajigeorgieva
Telerik team
answered on 03 Feb 2017, 03:39 PM
Hello ,
The syntax for converting Kendo UI widget options to AngularJS directives is to change the option from camelCase to dash separated words. So if we change the k-on-validateInput to k-on-validate-input, the example works as expected.