Start Building Professional
Web Apps Today


 
Categories Question details Back To List
Question  posted on Sep 18, 2007 20:17
open dhtmlx forum
dhtmlXGrid

Can I load Stirng in dhtmlXGrid object.
If I load the object with xml file like this
mygrid3.loadXML("someFile.xml"); it works fine,
but instead of loading with file I want to load with Xmlstring.
Can I do that? how?
Answer posted on Sep 19, 2007 10:30
PRO version supports

grid.loadXMLString("xml string here");