I have a view which has multiple submit buttons. One button is for going back to another action which does some processing and load previous view.
However, in current view, it has some validations for model. So, when the button is click, it will show validation error.
Is there a way to get around this? or, we have to validate the data on server side?
Thanks
cancelclass on your button. This will bypass the jquery validation<input type="submit" value="Do not validate" class="cancel" />