Categories | Question details Back To List | ||
which is faster I m using dhtmlxGrid with d huge database , wt shud i used to increase performance either "loadXMLString()" or "loadXML()" & y ? Answer posted by dhxSupport on Aug 11, 2009 01:16 loadXMLString() works in synchronous mode and requires all xml string to be loaded to the client side. loadXML() method is faster and works in asynchronous mode. The best way to increase loading perfomance is to use dynamic smart rendering mode. Please find more information here http://dhtmlx.com/docs/products/dhtmlxGrid/doc/step-by-step/ch_biggrid.html#grid_sbs_biggrid |