event onDistributedEnd not called


Original problem I use distributed parsing and a post processing callback routine, which is called on “onDistributedEnd”.

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

Unfortunately we cannot reproduce this issue locally. Please make sure if postProcessing function is defined on your page