I have View with Model1 where I put Ajax.BeginForm() and in this View i have PartialView with Model2 where i put Ajax.BeginForm(). So only in first
Ajax.BeginForm()
You have to add a reference to jquery.unobtrusive-ajax.js to enable the validation within Ajax Form
jquery.unobtrusive-ajax.js
Ajax Form
Something like this: