Start Building Professional
Web Apps Today


 
Categories Question details Back To List
Question  posted by Helmut Frankenbach on Dec 21, 2009 06:33
open dhtmlx forum
event onDistributedEnd not called

Original problem I use distributed parsing and a post processing callback routine, which is called on "onDistributedEnd".
http://dhtmlx.com/docs/products/kb/imgs/_button_post_question.gif">
bomGrid.init();
....
bomGrid.enableDistributedParsing(true);
bomGrid.splitAt(8);
//bomGrid.attachEvent("onDistributedEnd", postProcessing);
bomGrid.post(xmlURL, "", postProcessing);  // bomGrid.loadXML(xmlURL);

The event "onDistributedEnd" is NOT called if the XML data contains less than 10 rows.

Suggested workaround from support with bomGrid.post(url, "", postProcessing) does not work in IE6 (postProcessing is NOT called).

I have included "dhtmlxgrid_post.js". Please tell me what is wrong with the code.

Thanks and regards,
Helmut Frankenbach

Answer posted by dhxSupport on Dec 21, 2009 08:32
Unfortunately we cannot reproduce this issue locally. Please make sure if postProcessing function is defined on your page