I have a situation when I try to check if a form is valid, but form.valid() always returns true. But if I try to validate the individual control, it returns false.
T
I was referencing both files:
removing reference to jquery.validate.unobstrusive.js, fixed it for me
hope this helps somebody