<?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: jqGridImport No Display</title>
	<link>http://www.trirand.com/blog/?page_id=393/help/jqgridimport-no-display</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/jqgridimport-no-display/rss" rel="self" type="application/rss+xml" />
        <item>
        	<title>Larry D on jqGridImport No Display</title>
        	<link>http://www.trirand.com/blog/?page_id=393/help/jqgridimport-no-display#p10147</link>
        	<category>Help</category>
        	<guid isPermaLink="true">http://www.trirand.com/blog/?page_id=393/help/jqgridimport-no-display#p10147</guid>
        	        	<description><![CDATA[<p>Thank you Tony. That works.</p>
]]></description>
        	        	<pubDate>Fri, 25 Sep 2009 06:36:04 +0300</pubDate>
        </item>
        <item>
        	<title>tony on jqGridImport No Display</title>
        	<link>http://www.trirand.com/blog/?page_id=393/help/jqgridimport-no-display#p10139</link>
        	<category>Help</category>
        	<guid isPermaLink="true">http://www.trirand.com/blog/?page_id=393/help/jqgridimport-no-display#p10139</guid>
        	        	<description><![CDATA[<p>In case of php you should</p>
</p>
<p>header("Content-type: text/xml;charset=utf-8");</p>
</p>
<p>before sending the xtml</p>
]]></description>
        	        	<pubDate>Fri, 25 Sep 2009 05:27:46 +0300</pubDate>
        </item>
        <item>
        	<title>Larry D on jqGridImport No Display</title>
        	<link>http://www.trirand.com/blog/?page_id=393/help/jqgridimport-no-display#p10087</link>
        	<category>Help</category>
        	<guid isPermaLink="true">http://www.trirand.com/blog/?page_id=393/help/jqgridimport-no-display#p10087</guid>
        	        	<description><![CDATA[<p>I have posted up two examples here:</p>
</p>
<p>This Works:</p>
<p><a rel="nofollow" href="http://tinyurl.com/yezpoth" target="_blank"><br /></a></p>
</p>
<p>This does not Work:</p>
<p><a rel="nofollow" href="http://tinyurl.com/y8895r6" target="_blank"><br /></a></p>
]]></description>
        	        	<pubDate>Thu, 24 Sep 2009 10:59:29 +0300</pubDate>
        </item>
        <item>
        	<title>Larry D on jqGridImport No Display</title>
        	<link>http://www.trirand.com/blog/?page_id=393/help/jqgridimport-no-display#p10077</link>
        	<category>Help</category>
        	<guid isPermaLink="true">http://www.trirand.com/blog/?page_id=393/help/jqgridimport-no-display#p10077</guid>
        	        	<description><![CDATA[<p>I can export grid settings no problem. But I am having real difficulty loading up a new grid with the saved settings. This is with both xml and json.</p>
</p>
<p>Going back to basics and using the demonstration page as an example I tried this:</p>
</p>
<p>jQuery(document).ready(function(){<br />&#160;&#160;&#160; jQuery("#test1").jqGridImport({imptype:"xml",impurl:"testxml.xml"}); <br />});</p>
</p>
<p>Using the sample XML file under New in version 3.4, Import Configuration from XML <a rel="nofollow" href="http://trirand.com/jqgrid/testxml.xml" target="_blank">http://trirand.com/jqgrid/testxml.xml</a></p>
</p>
<p>This works fine.</p>
</p>
<p>But if I change the code to this:</p>
</p>
<p>[code]jQuery(document).ready(function(){<br /> &#160;&#160;&#160; jQuery("#test1").jqGridImport({imptype:"xml",impurl:"testxml.php"}); <br /> });[/code]</p>
</p>
<p>and change the testxml.xml file to testxml.php with the file contents changed to:</p>
</p>
<p>[code]&#60;?php</p>
<p>&#60;?php <br />echo &#39;&#60;?xml version="1.0" encoding="UTF-8"?&#62;<br />&#60;roots&#62;<br />&#160;&#160;&#160; &#60;grid&#62;</p>
<p>--- snipped ---</p>
<p>&#60;/rows&#62;<br />&#60;/roots&#62;&#39;;<br />?&#62;[/code]</p>
</p>
<p>There is no grid displayed and no errors in firebug at all.</p>
]]></description>
        	        	<pubDate>Thu, 24 Sep 2009 08:13:00 +0300</pubDate>
        </item>
</channel>
</rss>