loading XML


String tablexmlstr = tablexml.buildtableXML(outputList,Utility.getUser(request,false),currentmonth,true,false,totalBudgetS,totalSpendingS,totalAvgS);



var mygrid1=’’

mygrid1 = new dhtmlXGridObject(‘spendingtable’);

mygrid1.selMultiRows = true;

mygrid1.imgURL = “/dhtmlxGrid/codebase/imgs/icons_greenfolders/”;

mygrid1.setSkin(“light”);

mygrid1.enableAutoHeight(true);

mygrid1.init();



var spendingtablexml="<?xml version=\"1.0\" encoding=\"UTF-8\"?>"+<%=tablexmlstr%>;

mygrid1.loadXMLString(spendingtablexml,’’);

mygrid1.attachEvent(“onEditCell”,doOnCellEdit);    





value for tablexmlstr is this Income Category<![CDATA[Expected income
this month]]><![CDATA[Income
this month]]><![CDATA[Avg income
per month]]>Income1,600 0 700 0 0 900







not working in IE



please help I am using pro edition of DHTMLX

The same code works correctly in local samples.
Working sample sent by email