This question is locked. New answers and comments are not allowed.
When using inline editing and the validations are triggered is there any way to hide the inline validations but still display the Validation summary I already have on the page?
I display the validations on the page using
<%: Html.ValidationSummary(false, "Please fix the following errors:") %>
<%= Html.Telerik().Grid( . . . . . .. . %>
I'm looking forward to have something like:
<%= Html.Telerik().Grid( . . . . . .. .
.Editable(editing => editing
.Mode(GridEditMode.InLine)).DisplayInLineValidations(false))
%>
Is there any way to accomplish that?
I display the validations on the page using
<%: Html.ValidationSummary(false, "Please fix the following errors:") %>
<%= Html.Telerik().Grid( . . . . . .. . %>
I'm looking forward to have something like:
<%= Html.Telerik().Grid( . . . . . .. .
.Editable(editing => editing
.Mode(GridEditMode.InLine)).DisplayInLineValidations(false))
%>
Is there any way to accomplish that?