Categories | Question details Back To List | ||
Smartrendering with pagination
codes are below gr.setPagingWTMode(true, true, true, false, true); gr.enablePaging(true,100, 10,"pagingArea"); gr.setPagingSkin("toolbar"); gr.init(); gr.enableSmartRendering(true); Its shows a long grid with only showing 100 rows. left parts are shown as blank.when i click on next page its very difficulty to load. can you please provide code for http://www.dhtmlx.com/docs/products/dhtmlxGrid/samples/loading_big_datasets/50000_paging.html Answer posted by dhxSupport on Jun 22, 2009 08:16 enablePaging and enableSmartRendering are mutually exclusive functionalities. Paging mode increase loading perfomance itself. There is no sence use it with enableSmartRendering() method. >>. can you please provide code for Code for this sample is availible in PRO version only. If you have PRO version you can find this sample code in your package dhtmlxGrid/samples/loading_big_datasets/50000_paging.html Answer posted on Jun 22, 2009 20:46 Answer posted on Jun 22, 2009 20:46 thanks for giving support. |