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”);



});



 

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.