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

Disable Clientside Validation

1 Answer 63 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.
Saul
Top achievements
Rank 1
Saul asked on 26 Jul 2011, 03:36 PM
Is there a way to disable the clientside validation on the grid or to at least disable the onkeyup and/or onfocusout validation? I have tried using this for the onEdit event but it did not work:

function onEdit (e) {
  var form = e.form;
  var settings = $.data(form, 'validator');
  settings.onkeyup = false;
  settings.onfocusout = false;
}

Thanks.

1 Answer, 1 is accepted

Sort by
0
imad
Top achievements
Rank 1
answered on 12 Aug 2011, 02:39 PM
Hi Saul,

Did you manage to completely disable client-side validation from the Grid?

Tags
Grid
Asked by
Saul
Top achievements
Rank 1
Answers by
imad
Top achievements
Rank 1
Share this question
or