Categories | Question details Back To List | ||
dhtml Grid How to pass a String containing XML data in to dhtmlXGridObject's loadXML() method. In my JSP I am passing like - dhtmlXGridObject.loadXML('<%=xmlData%>'); This is not working . Giving javascript error. Pls tell me if this is possible. Answer posted on Sep 19, 2007 10:30 dhtmlXGridObject.loadXMLString('<%=xmlData%>');
|