Add New Row Problem In dhtmlxgrid3.0 Version

Hi,
We are using dhtmlxGrid3.0 version.

We have setup the dhtmlxGrid object as follows:

    mygrid.enableCellIds(true);
mygrid.enableMultiline(true); 
mygrid.enableEditEvents(true, true, true);
mygrid.enableStableSorting(true);
mygrid.enablePreRendering(80);
mygrid.enableMultiselect(true);
mygrid.enableSmartRendering(true, 100);
mygrid.enableDistributedParsing(true, 100, 100);

When we retrieved below 200 records , we can add a new row easily. But if the retrieved rows came as above 200 means we can’t insert new row in xgrid. It came with blank spaces in newly added row place.

But, this functionality properly worked in dhtmlxGrid2.5 version. After we implement version 3.0 , this issue came.

Kindly, help us to solve this issue. :exclamation:

Regards,
Chan.

unfortunately the issue cannot be reconstructed.
Please, provide a more detailed sample of your code or a complete demo.