Grid - sub row grid - parse xml

Hi,

I would like to know if there is an option to load an inner xml as a sub row by parsing the xml and not only by using a file?

I mean, for the grid I use the grid.parse(“xml string”); , can I use the same parsing for the inner table? I found only the file.xml

Is there any other option to load the inner xml?

Thanks, Efrat

You can use onSubGridCreated event and run any custom initialization code from it, instead of default loading from xml file behavior.

So how do I get into this function? by indicating an xml file name when it doesn’t exist??

Or I can create the sub grid by the js as well?

In your JS in the onSubGridCreated event you can add any initialization code that will configure your sub grid.

Here you can find the tutorial with some simple examples:
docs.dhtmlx.com/doku.php?id=dhtm … gridloaded