distributedParsing and smartRendering

Hi all,

I’m using dhtmlxgrid pro version. I am trying to load a big data set from xml file and i thought of using distributed Parsing and smart Rendering TOGETHER (I don’t know if it’s a good idea) to boost performance . The thing is that it works fine with Firefox, IE6 and IE8 but there seem to be a problem with IE7. The bug lies in ‘dhtmlxgrid_srnd.js’ (v.2.0 build 81107) at the line :

for (var i=0; i<this._fillers.length; i++){

The error message is this._fillers.length is null or not object.



Can somebody guide me how to solve this problem?



Thank you very much.





enableDistributedParsing() method is incompatible with enableSmartRendering and enablePaging methods.
Please find information how to increase loading performance in grid here dhtmlx.com/dhxdocs/doku.php?id=d … ts_loading