Losing my mind from jquery validate and knockout
Losing my mind from jquery validate and knockout
Try this solution for this issue :
Go in and set the submitHandler for this . Because the unobtrusive library is already setup validation on the form :
Try this code :
// attach the jquery unobtrusive validator $.validator.unobtrusive.parse("#__frmAspect"); // bind the submit handler to unobtrusive validation. $("#__frmAspect").data("validator").settings.submitHandler = viewModel.Save;