Validate Rows one By one

Tags: #<Tag:0x00007f0b0ed714d0>

Hi Team,
i am trying to validate each row one by one. example if i want to validate 2 Rows . if first row is correct i will setdata ‘Track’ and if second row is wrong , i will put Setdata please check all columns before upload

Hey @MZ1000_1

you can use the validateRows method

demo https://jsfiddle.net/uaf5z287/

You can see in the demo that it saves a lot of calls to the renderer if you compare it with the validateCells() that runs for all the rows.

Hey @MZ1000_1

how’s the progress? Did you make the validation work well?

I guess that we can close the topic if there are no updates.