1

I am trying to validate multiple date fields similar to how it is being done on

jqGrid - Validation of fields

I followed the example ran into an issue with the user being able to select multiple fields in that they were still editable but not being put back into display mode after another field is selected.

Any assistance would be much appreciated.

Community
  • 1
  • 1
Nate Pet
  • 44,246
  • 124
  • 269
  • 414

1 Answers1

0

The issue which you describe is connected only with the implementation of inline editing and not with the validation of multiple fields.

Look at another demo which use the same validation, but which fixes the described problem.

Oleg
  • 220,925
  • 34
  • 403
  • 798
  • Howdy Oleg, if I enter a value in for 2 fields, I get an error. I then fix it to where there is a value in one or the other. If I click on another field, I still get the error again. – Nate Pet Sep 17 '12 at 21:49
  • @WebDev: Thanks! Now I see my error. Please try again, I hope that I fixed the problem. The code is not elegant of cause but it should work. – Oleg Sep 18 '12 at 05:39