I m using dhtmlxGrid with d huge database , wt shud i used to increase performance either “loadXMLString()” or “loadXML()” & y ?
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 dhtmlx.com/docs/products/dhtmlxG … bs_biggrid