Loading multiple XML Files to one Table

Hi,



is it possible to display multiple XML Files in one table.

The structure is always the same.



We use the “custom.xml” loader -> theTaskGrid.load( theWorkItemsURL5, “custom_xml” );



Thanks.

By default grid doesn’t allow such operation, it can be mimic for standard XML format through updateFromXML, but it is not possible in case of custom format.
The only possible way is extending the existing loading functionality with custom code - if you interested in such solution we can provide more details, which code and how need to be modified.

Alternative solution may be in dhtmlxTreeGrid usage, each branch of which can be loaded from separate js file, or grid with subgrids
dhtmlx.com/docs/products/dhtmlxG … 5403096000