This question is locked. New answers and comments are not allowed.
I have an ajaxified grid with some columns but only one DELETE command,
I do not have INSERT or UPDATE command and all my columns are readonly.
So I cannot understand why I get generated those client side validation scripts and this anoying error message "formElement is null"
For the moment, I discovered this undocumented property and I used it and it worked
.Editable(editing => editing.Enabled(false)
I am wondering if there is a way to disable client side validation
I do not have INSERT or UPDATE command and all my columns are readonly.
So I cannot understand why I get generated those client side validation scripts and this anoying error message "formElement is null"
For the moment, I discovered this undocumented property and I used it and it worked
.Editable(editing => editing.Enabled(false)
I am wondering if there is a way to disable client side validation