DHTML X grid - not loading completely.

Hi,

We have implemented Dynamic Lazy Loading for the DHTML X grid and for each scroll it will fetch 300 records. The grid is loaded from XML file.
But when the number of rows is high the gird is not loaded properly when we scroll down rapidly. It is having some blank space either at the end of the grid or sometimes in the middle. Randomly some 30-50 records are not loaded. After that we could not perform any operation since the gird is not loaded completely. Please help

The below is the setup we have used for the DHTML X grid object.

mygrid.setSizes();	
mygrid.enableCellIds(true);
mygrid.enableEditEvents(true, true, true);
mygrid.enableStableSorting(true);
mygrid.init();
mygrid.setSkin("dhx_skyblue");
mygrid.enablePreRendering(50);
mygrid.enableMultiselect(true);
mygrid.enableSmartRendering(true, 300);
mygrid.enableDistributedParsing(true, 300, 200);

Such issue may occur if height of your rows is not standard. If row height changed in your grid you should define new one with setAwaitedRowHeight() method

docs.dhtmlx.com/doku.php?id=dhtm … drowheight

hi,

Thank you for the response. We did try the same, but still the issue persists. Also we have not modified the row height.

Kindly let us know if we have any other option.

Unfortuanately we cannot reproduce this issue locally. Please open ticket at support.dhtmlx.com/ and provide any kind of demo link or example where we can reproduce this issue.