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

[Solved] grid field on blur validation

0 Answers 59 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.
Hetal
Top achievements
Rank 1
Hetal asked on 20 Jul 2012, 03:49 AM
Hello

I have some validations that can not be set in Model but need to check at the time of new record insert. In model we can set required or max length like validations. But I check values on blur event of field using jquery and set error message using jquery which works successfully. i.e. red error message comes under field like required validator.

But problem is that it still allows to save the entry even if the error message is set. so how can I stop saving the record?
Tags
Grid
Asked by
Hetal
Top achievements
Rank 1
Share this question
or