Hi everyone,
We've been trying to use the Kendo Validator component to validate a complex data entry form, and unfortunately for this project we need support for IE7.
The validation itself works fine on specific fields, and messages pop up as normal when wrong values are entered, however a call to
$("#form").data("kendoValidator").validate()
on form submission fails with the error message "Failed". Since under IE7 there is very little information about what the error is and how to fix it, we've been wondering if anyone knows how to proceed, or if anyone has had similar experiences in the past.
Many thanks!
We've been trying to use the Kendo Validator component to validate a complex data entry form, and unfortunately for this project we need support for IE7.
The validation itself works fine on specific fields, and messages pop up as normal when wrong values are entered, however a call to
$("#form").data("kendoValidator").validate()
on form submission fails with the error message "Failed". Since under IE7 there is very little information about what the error is and how to fix it, we've been wondering if anyone knows how to proceed, or if anyone has had similar experiences in the past.
Many thanks!