fires when validation runs successfully
| id | string|number | the id of a row |
| index | number | the index of a column |
| value | mixed | the value of a cell |
| rule | string | the name of a rule |
Available only in PRO Edition
grid.attachEvent("onValidationCorrect", function(id,index,value,rule){
// your code here
});
Back to top