I am adding partial view and after successful completion, I had called validation plugin. But client validation is not working in IE but works in Chrome and Firefox. Any suggestions please.
$('form').removeData("validator");
$.validator.unobtrusive.parse(document);
Try rendering the partial view inside a DIV, and use the below line to add client validation of the view.
No need to call the 1st line u mentioned above