Data load issue in DhtmlXGrid having between 1L to 5L

Hi Team,

    We are facing an issue while loading data having more than 1 lakh records from database.Even i tried with Smart Rendering but fails to load the records in grid. Please revert me with solution as soon as possible.

I added the following script file and code for grid,

Script File : dhtmlxgrid_srnd.js

Code for rendering : I tried in the following ways,

mygrid.enableSmartRendering(true,100);
or
mygrid.enableSmartRendering(true);

Please, try to use the dynamic loading of data in your grid.
docs.dhtmlx.com/connector__php__dyn_loading.html