Hi,
I have 3 columns in my table and I want to validate my 2nd cell value based on the value in the 1st cell? How can I achieve this? (Basically I need to access entire row information in my validation function).
Cross column validation
have you tried the beforeValidate
hook?
Demo https://jsfiddle.net/oj9qpaLd/
It gives you the following information
1 Like
It was very helpful and I achieved what was needed, thanks.
I am very glad to hear that. Thank you for the update.