By using unobstrusive javascript validation ,when we click on submit button, validation messages are shown on client side without any server request.
But If I use this library, that behaviour is breaking and it sends a request to server , even when there are validation error. Any solution for this?
By using unobstrusive javascript validation ,when we click on submit button, validation messages are shown on client side without any server request.
But If I use this library, that behaviour is breaking and it sends a request to server , even when there are validation error. Any solution for this?