cancels verifying of a column
index | number | the column's index |
myDataProcessor.setVerificator(1,not_empty);
function not_empty(value,id,ind){
if (value=="") mygrid.setCellTextStyle(id,ind,"background-color:yellow;");
return value!="";
}
myDataProcessor.clearVerificator(1);
Beware, the method is used for the Grid component only.