I am trying to get the callback(false) count. Is there any option that I can find the error cell at end
Method I used:
validator: function (value, callback) {
if (value>20) {
callback(false);
Seterrorcounter=Seterrorcounter+1;
}
I used counter to count the error , but if I rectify the error cell with correct data, I still get the same count