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()
This solution worked best for me.
$.validator.unobtrusive.parse(document);