I am generating a list of elements on a page, and they all have validators attached to them. When I look in the HTML source, I see something like:
I think this will help.
@{ Html.EnableClientValidation(false); } @Html.TextBoxFor(m => m.BatchId, new { @class = "k-textbox" }) @{ Html.EnableClientValidation(true); }