<?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: json configuration import doesn't work</title>
	<link>http://www.trirand.com/blog/?page_id=393/help/json-configuration-import-doesnt-work</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/json-configuration-import-doesnt-work/rss" rel="self" type="application/rss+xml" />
        <item>
        	<title>tony on json configuration import doesn't work</title>
        	<link>http://www.trirand.com/blog/?page_id=393/help/json-configuration-import-doesnt-work#p20221</link>
        	<category>Help</category>
        	<guid isPermaLink="true">http://www.trirand.com/blog/?page_id=393/help/json-configuration-import-doesnt-work#p20221</guid>
        	        	<description><![CDATA[<p>Hello,</p>
<p>I suppose too that the output is correctly formated, but how look the same output? Is the ouput correctly set according to the grid configuration?</p>
<p><a href="http://www.trirand.com/jqgridwiki/doku.php?id=wiki:retrieving_data#json_data" rel="nofollow" target="_blank"><a href="http://www.trirand.com/jqgridw" rel="nofollow">http://www.trirand.com/jqgridw</a>.....#json_data</a></p>
<p>Regard</p>
]]></description>
        	        	<pubDate>Mon, 11 Oct 2010 09:47:44 +0300</pubDate>
        </item>
        <item>
        	<title>akadii on json configuration import doesn't work</title>
        	<link>http://www.trirand.com/blog/?page_id=393/help/json-configuration-import-doesnt-work#p20199</link>
        	<category>Help</category>
        	<guid isPermaLink="true">http://www.trirand.com/blog/?page_id=393/help/json-configuration-import-doesnt-work#p20199</guid>
        	        	<description><![CDATA[<p>Here&#39;s the JSON data, mimetype: application/json:</p>
</p>
<p>{"altRows": true, "rowList": [10, 25, 50, 100], "sortname": "id", "viewrecords": true, "autowidth": true, "forcefit": true, "shrinkToFit": true, "height": "auto", "caption": "My First Grid", "datatype": "json", "gridview": true, "colModel": [{"index": "shape", "editable": true, "name": "shape", "label": "shape"}], "sortorder": "asc", "url": "/mygrid/", "rowNum": 10, "pager": "#pager", "jsonReader": {"repeatitems": false}}</p>
</p>
<p>And here&#39;s the attempt to load it:</p>
</p>
<p>&#60;script type="text/javascript"&#62;<br />jQuery("#mytable").jqGridImport({imptype:"json", impurl:"http://localhost:8000/mygrid/cfg"});<br />&#60;/script&#62;</p>
<p>It results in just a gray thin bar, with no data grid. Firebug indicates that jqgrid is receiving the json data, but is doing nothing with it. No errors are produced.</p>
</p>
<p>Is the json data being output in a way which is unexepected? I&#39;m using python&#39;s json_encode to generate the data, so I&#39;d imagine it is correctly formatted.</p></p>
]]></description>
        	        	<pubDate>Fri, 08 Oct 2010 09:14:59 +0300</pubDate>
        </item>
</channel>
</rss>