Hi:
I have a form with only one input control. This input is related with a property which has the Required data annotation.
Then when you hit the submit button a javascript function is called. This function does an ajax call only if there are no validation errors. The problem is that I dont now how to trigger the client side validation. I see that the unobtrusive parameters were added to the html input element.
I tried something like $('form').valid() without luck.
Thanks in advanced
David