MVC3 Unobtrusive Validation Not Working after Ajax Call

后端 未结 5 720
既然无缘
既然无缘 2020-12-04 08:03

Ok, here is the deal, I have seen a few posts on SO relating to this issue, but nothing is working for me.

Basically, I have select drop downs that are being load

5条回答
  •  春和景丽
    2020-12-04 08:43

    $.validator.unobtrusive.parse("#frmAddItem"); will work. Do note that it must be in the partial that you load through ajax (below the form in the partial)

提交回复
热议问题