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
Validate Rows one By one
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.
I guess that we can close the topic if there are no updates.