Hi,
I am trying to import an xml file into a grid. The structure of the xml is :
<?xml version="1.0" encoding="utf-8" ?>
<Messages>
<Message id="100">
<fr>first test</fr>
<nl>second test</nl>
</Message>
...
</Messages>
When using my code :
myGrid.setColumnIDs("fr,nl");
myGrid.load(url_to_xml, "xmlB");
, it doesn’t do anything.
Is it only for the Pro version, or am I missing something?
I even tried fiddlind with the myGrid.xml properties …
Thanks