Categories | Question details Back To List | ||
dhtmlxgrid Hi, Is it possible to load a dynamic XML file as below: mygrid.loadXML( "clientcolumns.xml",function(){ mygrid.loadXML( "http://localhost:8000/cam32stdstruts/DMS.do?action=xmlGeneration&offset=100");});
Answer posted by dhxSupport on Feb 26, 2009 03:35 No matter from what file or folder you are loading grid. "http://localhost:8000/cam32stdstruts/DMS.do?action=xmlGeneration&offset=100" should return valid xml. |