Start Building Professional
Web Apps Today


 
Categories Question details Back To List
Question  posted by Morgan on Mar 08, 2009 20:55
open dhtmlx forum
dhtmlxgrid issues

hi,

We are using dhtmlx grid license version i am loading 6 col. grid with diff. format data like XML,JSON,JSArray or CSV format, non of the format purform as expected due to performance issue, we are force to terminate DHTMLXGrid implementation process,

We are loading 3046 rows issue with XML is taking allmost 3 mins to prepare XML file for decode and send AJAX cal. There is no proper working example for JSON and JSArray, we are trying to implement JSON as example which DHTMLX provide, json format is same as my data file format, but still having issue, its taking more time to debug rather than coding using dhtml.

regards
Morgan

l
Answer posted by Support on Mar 09, 2009 04:22
>>We are loading 3046 rows issue with XML is taking allmost 3 mins to prepare XML file for decode and send AJAX cal. 
You can use dyn. srnd or dyn. paging modes, in which data can be loaded by chunks on demand. 
                              http://dhtmlx.com/docs/products/dhtmlxGrid/doc/step-by-step/ch_biggrid.html#grid_sbs_biggrid
                              http://dhtmlx.com/docs/products/dhtmlxGrid/samples/loading_big_datasets/50000.html?un=1236598511000
                              http://dhtmlx.com/docs/products/dhtmlxGrid/samples/loading_big_datasets/50000_paging.html?un=1236598498000

>>There is no proper working example for JSON and JSArray,
I'm not sure what do you mean by "proper
                               http://dhtmlx.com/docs/products/dhtmlxGrid/doc/articles/Loading_data_in_grid.html#grid_art_loadingdata"
                               http://dhtmlx.com/docs/products/dhtmlxGrid/samples/initialization_loading/init_grid_json.html?un=1236598570000
                               http://dhtmlx.com/docs/products/dhtmlxGrid/samples/initialization_loading/init_grid_jsarray.html?un=1236598581000