validateRow doesn't recognise the row number

I am using version 8.3.
I need to validate row by row and while validating I need the number of row that is being validated.

Hi @fatemakhalid96

the afterValidate hook (ref: Hooks API reference - JavaScript Data Grid | Handsontable) returns information about the coordinates of the validated cell.

You can also run a validation for a given row via validateRows() method (ref: Core API reference - JavaScript Data Grid | Handsontable)

Demo Handsontable example - JSFiddle - Code Playground

Hi @fatemakhalid96

Was the answer helpful? If you need any further guidance I’ll be happy to help.