Start Building Professional
Web Apps Today


 
Categories Question details Back To List
Question  posted by oVox on Dec 24, 2007 05:52
open dhtmlx forum
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.
Answer posted by Stanislav on Dec 24, 2007 19:33
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.
Answer posted by oVOx on Dec 26, 2007 04:38
I attach you a file because that event doesn't work ok.
Attachments (1)
Answer posted by oVOx on Dec 26, 2007 04:41

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.