Required library edition:
Required library file: dhtmlxgrid.js
enable/disable distributed parsing (rows paresed portion by portion with some timeout)
//enable distributed parsing mode mygrid.enableDistributedParsing(true); //enable distributed parsing mode, parse 50 nodes by one step, parse nodes with 2 seconds delay mygrid.enableDistributedParsing(true,50,2000);
Note this method is incompatible with enableSmartRendering and enablePaging methods
See also: enableSmartRendering