I am passing xmlstring datatype to jqgrid.
1 2 3 4 5 6 7 |
<div class="sfcode">var FrequencyCodelist =<br /> "<?xml version='1.0' encoding='utf-8'?>"+<br /> "<invoices><rows>"+<br /> "<row><cell><![CDATA[<a onclick='AddFreq(2);' href='#' rel="nofollow"></a>]]></cell></row>"+<br /> "</rows></invoices>";<br /><br /><p>I need to pass <code>AddFreq('2X',4)</code> as parameter.</p><br /> <p>I tried by passing <code>AddFreq('2X',4)</code> inside the above xml but getting syntax error</p><br /> <p>Please help in passing the <code>AddFreq('2X',4)</code> to the jqgrid.</p></div> |
Copyright 2014 TriRand LtdAll Rights ReservedRSS
Back to Top