Hello, I’m trying to use your dhtmlxGrid library with xmlB format XML, but so far to no avail.
This is a snippet of my code:
list.xml:
<?xml version='1.0' encoding='iso-8859-1'?>
300
100
200
500
200
300
When I load the page, Firebug throws this error:
that[“process” + type] is not a function
at js/dhtmlxGrid/dhtmlxgrid.js
Line 2768
Also, when I try changing the loadXML to :
incomeGrid.loadXML(“xml/list.xml”, “xmlB”);
this error is thrown:
call is not a function
at js/dhtmlxGrid/dhtmlxgrid.js
Line 2771
Can you please help? Thanks!