Categories | Question details Back To List | ||
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. Answer posted by Support on Feb 23, 2009 07:16 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 http://dhtmlx.com/docs/products/dhtmlxGrid/samples/extended_modes/pro_subgrids.html?un=1235403096000 |