Hi,
Is Rowspan compatible with dhtmlxTreeGrid in version 2.0 or any other version?
Can you provide a working example !
If grid.enableRowspan() is used and these files are included in the same order:
dhtmlxgrid.js
dhtmlxcommon.js
dhtmlxgridcell.js
ext/dhtmlxgrid_filter.js
ext/dhtmlxgrid_fast.js
dhtmlxtreegrid.js
ext/dhtmlxtreegrid_lines.js
dhtmlxgrid_rowspan.js
dhtmlxgrid_drag.js
The behavior of different versions of (dhtmlxgrid.js and dhtmlxtreegrid.js) is as below:
version 1.5 : the grid is displayed properly without any error message.
version 2.0 : grid is diplayed properly except that the footer is not added also throws the error message -
Error type: LoadXML
Description: Incorrect XML
When I debugged, I found that “xml” is undefined @
this.attachEvent("onXLE",function(a,b,c,xml){var spans=this.xmlLoader.doXPath("//cell[@rowspan]",xml);
of dhtmlxgrid_rowspan.js file.
I did not understand how and when this file is called exactly and how it works.
If v 1.5 files are used, the “xml” is not undefined but a Document object !!
Try to update the version of your dhtmlx products.