I am having a some problem how to get all the error messages after validating my form with Kendo UI validation. I would like to display all the error messages on the top of form after validating.
I am using the following code to validate "$("#YourFormName").kendoValidator().data("kendoValidator").validate()".
I am looking for somekind of answer than i can use project wide by just including a code section into all my forms.