I would like to understand how and when the data validation happens in jqgrid. I would like to capture all the error messages in 1 go instead of giving 1 error message at a time.
For e.g. My edit rules are all defined in the colModel. but the error message comes for the 1st element and after correcting that error, then for the second element. Is there a way, i can list all error messages for the auto generated edit form.