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

[Solved] Grid : Client side validation for DELETE?

0 Answers 111 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.
nachid
Top achievements
Rank 1
nachid asked on 27 Aug 2010, 09:00 AM
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

Tags
Grid
Asked by
nachid
Top achievements
Rank 1
Share this question
or