This question is locked. New answers and comments are not allowed.
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?
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?