<?xml version="1.0" encoding="UTF-8"?><rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom">
<channel>
	<title>jQuery Grid Plugin - jqGrid - Topic: jqgrid doesn't load xml file !</title>
	<link>http://www.trirand.com/blog/?page_id=393/help/jqgrid-doesnt-load-xml-file</link>
	<description><![CDATA[Grid plugin]]></description>
	<generator>Simple:Press Version 5.7.5.3</generator>
	<atom:link href="http://www.trirand.com/blog/?page_id=393/help/jqgrid-doesnt-load-xml-file/rss" rel="self" type="application/rss+xml" />
        <item>
        	<title>tony on jqgrid doesn't load xml file !</title>
        	<link>http://www.trirand.com/blog/?page_id=393/help/jqgrid-doesnt-load-xml-file#p8887</link>
        	<category>Help</category>
        	<guid isPermaLink="true">http://www.trirand.com/blog/?page_id=393/help/jqgrid-doesnt-load-xml-file#p8887</guid>
        	        	<description><![CDATA[<p>Hello,</p>
<p>All seems ok. What erro do you have?</p>
<p>How doy set this</p>
<p><strong>Content-Type: Content-type: text/xml;charset=utf-8</strong><strong>&#160;&#160;&#160;&#160;&#160; </strong></p>
<p>In PHP this used with header(....);</p>
<p>Regards</p>
<p>Tony</p>
]]></description>
        	        	<pubDate>Fri, 21 Aug 2009 03:56:24 +0300</pubDate>
        </item>
        <item>
        	<title>Sammy54 on jqgrid doesn't load xml file !</title>
        	<link>http://www.trirand.com/blog/?page_id=393/help/jqgrid-doesnt-load-xml-file#p8848</link>
        	<category>Help</category>
        	<guid isPermaLink="true">http://www.trirand.com/blog/?page_id=393/help/jqgrid-doesnt-load-xml-file#p8848</guid>
        	        	<description><![CDATA[<p>Hello everybody,</p>
</p>
<p>I&#39;m using jqGrid 3.5.2 and having issue with loading xml file from server side.</p>
<p>Here is my client Side code:</p>
<p><strong>&#160;&#160;&#160;&#160;&#160; $("#list4").jqGrid({ url:"http://localhost/cgi-bin2/test.pl", datatype: "xml",<br />&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160; mtype: &#39;GET&#39;, height: 400, colNames:[&#39;No&#39;,&#39;Date&#39;],<br />&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160; colModel:[ {name:&#39;call&#39;, index:&#39;call&#39;, width:60, sorttype:"int"},<br />&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160; {name:&#39;num&#39;,index:&#39;num&#39;, width:90, sorttype:"int"}],<br />&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160; imgpath: gridimgpath,<br />&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160; multiselect: true,<br />&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160; caption: "Gestione Chiamate",<br />&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160; rowNum:10, rowList:[10,20,30], sortname: &#39;call&#39;,<br />&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160; viewrecords:true, caption:&#39;fuck&#39;});<br /></strong></p>
</p>
<p>My Server Side part returns this:</p>
<p><strong>&#160;&#160;&#160;&#160;&#160;&#160; Content-Type: Content-type: text/xml;charset=utf-8</strong><strong>&#160;&#160;&#160;&#160;&#160; </strong></p>
<p><strong>&#160;&#160;&#160;&#160;&#160;&#160; &#60;?xmlversion="1.0"encoding="utf-8"?&#62;</strong></p>
<p><strong>&#160;&#160;&#160;&#160;&#160;&#160; &#60;rows&#62; &#60;page&#62;1&#60;/page&#62; &#60;total&#62;1&#60;/total&#62; &#60;records&#62;2&#60;/records&#62;&#160;&#160;&#160;&#160;</strong></p>
<p><strong>&#160;&#160;&#160;&#160;&#160;&#160; &#60;row&#62;&#60;cell&#62;20&#60;/cell&#62;&#60;cell&#62;200&#60;/cell&#62;&#60;/row&#62;</strong></p>
<p><strong>&#160;&#160;&#160;&#160;&#160;&#160; &#60;row&#62;&#60;cell&#62;30&#60;/cell&#62;&#60;cell&#62;300&#60;/cell&#62;&#60;/row&#62;&#160; &#60;/rows&#62;</strong></p>
</p>
<p>The Client Side does properly receive the whole data thing through Ajax, but unfortunately doesnt</p>
<p>add data to table display. Something wrong with the code ?</p>
</p>
<p>Thank you,</p>
]]></description>
        	        	<pubDate>Thu, 20 Aug 2009 19:33:47 +0300</pubDate>
        </item>
</channel>
</rss>