Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我正在使用 kendoUI 框架。 我正在尝试为我的widgets(textbox,dropdown). 我不想在验证小部件时显示验证消息, 为此我已经实现了, 我把
widgets(textbox,dropdown)
required="required" validationMessage=""
还
$("#<validationElement> span.k-tooltip-validation").hide();
但我仍然收到消息。
删除与相关字段相关的验证消息:
@Html.ValidationMessageFor(model => model.TheAttribute)