This is a migrated thread and some comments may be shown as answers.

[Solved] Remove Inline Validations

0 Answers 72 Views
Grid
This is a migrated thread and some comments may be shown as answers.
This question is locked. New answers and comments are not allowed.
Nelson
Top achievements
Rank 1
Nelson asked on 17 Jan 2012, 08:38 PM
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?
Tags
Grid
Asked by
Nelson
Top achievements
Rank 1
Share this question
or