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?
PRO version supports
grid.loadXMLString(“xml string here”);