Start Building Professional
Web Apps Today


 
Categories Question details Back To List
Question  posted by dilip on Feb 26, 2009 01:34
open dhtmlx forum
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.