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);