Cross column validation

Tags: #<Tag:0x00007f8b19ede170>

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).

Hi @rakshith.gowdavr

have you tried the beforeValidate hook?
Demo https://jsfiddle.net/oj9qpaLd/

It gives you the following information

1 Like

Hey @rakshith.gowdavr

how’s the progress? Was the hook helpful?

It was very helpful and I achieved what was needed, thanks.

I am very glad to hear that. Thank you for the update.