I\'m using MVC3 with unobtrusive validation. I have a field that the user is expected to fill with some data and then press a \"search\" button. If search has never been pressed
try
var validator = $("#myFormId").data('validator'); validator.settings.ignore = "";
Here is an informative blog post
EDIT
@RAM suggested a better solution please FOLLOW