Start Building Professional
Web Apps Today


 
Categories Question details Back To List
Question  posted by Alex on May 20, 2008 08:41
open dhtmlx forum
Using XML file

I'm using grid and menu library; both use data by xml file.
It's possible to use a string with same configuration instead an xml file?

best regards

Alex
Answer posted by Support on May 20, 2008 09:46
Both components support loadXMLString method ( in pro versions ) which can be used instead of loadXML
    grid.loadXMLString("<rows> ...")