DataProcessor

HI!, Im using DataProcessor, everything works great, bue getting a Javascript error after change data. “this.getRowById(…).style is null or not an object”

I try to find that code line at “dhtmlxdataprocessor.js” but i couldn’t find it.

Such error can occur only in two cases
a) there was a custom call to dataprocessor with not existing row ID
b) update callback executed against row which was deleted without awaiting of server side response.

I attach you a file because that event doesn’t work ok.
PROYECTOList.php.zip (5.38 KB)


Sorry tha last answer was for anotrher question, but you can check in that file attached becasuse no one of those problems you mention seems to be my problem.