dhtmlxGrid pro errors.

I’m receiving these errors with the pro version.

Uncaught ReferenceError: dhtmlxArray is not defined
grid.jsp:38Uncaught TypeError: Object # has no method ‘enableDistributedParsing’

If i switch back to the standard version and take out the distributed parsing, all works fine. However, i’m dealing with fairly large data sets. and would like the distributed parsing features.

Thanks
msj

Check the order of js files, be sure that they are ordered as

dhtmlxcommon.js
dhtmlxgridcell.js
dhtmlxgrid.js
… any other grid related js files …

By the way, usage of SmartRendering is much more effective way to improve performance for big datasets.