Hello
On the following site you explain “onValidationError” but not “onLiveValidationError”:http://docs.dhtmlx.com/doku.php?id=dhtmlxgrid:event_onlivevalidationerror
I tried the following but happens nothing:
Grid[2].attachEvent("onLiveValidationError", function(rId,cInd,Value){ alert(cInd); });
Can you please help me with this?
Thank you
Best regards