Start Building Professional
Web Apps Today


 
Categories Question details Back To List
Question  posted by Shiju on Jun 22, 2009 04:54
open dhtmlx forum
Issue with smart rendring with pagination

Hi ,
I am using the dhrmlxgrid have 20 to 60 columns in grid with 85000 rows.I used method enableSmartRendering(true). But the performance is very poor when loading the data.Here I am using pagination. In the first page we have 100 rows., When I move into Second page, then grid is not rendering.
Answer posted by dhxSupport on Jun 22, 2009 05:39
Smart rendering and paging are mutually exclusive functionalities. Paging mode increase loading perfomance itself and there is no any sence use in with Smart Rendering mode. 
If case of 85000 rows loading better to use dynamic paging or smart rendering mode. In dynamic mode only those rows will be loaded from the server side that need to be rendered. 
Please see more information here 
http://dhtmlx.com/docs/products/dhtmlxGrid/doc/step-by-step/ch_biggrid.html#grid_sbs_biggrid
http://dhtmlx.com/docs/products/dhtmlxGrid/doc/guide.html#grid_dynload
And samples here
http://dhtmlx.com/docs/products/dhtmlxGrid/samples/loading_big_datasets/