<?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: django and jqgrid fields dict</title>
	<link>http://www.trirand.com/blog/?page_id=393/help/django-and-jqgrid-fields-dict</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/django-and-jqgrid-fields-dict/rss" rel="self" type="application/rss+xml" />
        <item>
        	<title>bhneto on django and jqgrid fields dict</title>
        	<link>http://www.trirand.com/blog/?page_id=393/help/django-and-jqgrid-fields-dict#p20456</link>
        	<category>Help</category>
        	<guid isPermaLink="true">http://www.trirand.com/blog/?page_id=393/help/django-and-jqgrid-fields-dict#p20456</guid>
        	        	<description><![CDATA[<p>Hi</p>
<p>And if I save this grid in server side once, how could I get all rows in PHP code? I appreciate any help. Best regards.</p></p>
]]></description>
        	        	<pubDate>Mon, 25 Oct 2010 14:06:42 +0300</pubDate>
        </item>
        <item>
        	<title>cornbread on django and jqgrid fields dict</title>
        	<link>http://www.trirand.com/blog/?page_id=393/help/django-and-jqgrid-fields-dict#p5357</link>
        	<category>Help</category>
        	<guid isPermaLink="true">http://www.trirand.com/blog/?page_id=393/help/django-and-jqgrid-fields-dict#p5357</guid>
        	        	<description><![CDATA[<p>Great thanks Tony!!!! That worked perfect. Keep up the great work!!</p>
]]></description>
        	        	<pubDate>Mon, 16 Mar 2009 03:50:18 +0200</pubDate>
        </item>
        <item>
        	<title>tony on django and jqgrid fields dict</title>
        	<link>http://www.trirand.com/blog/?page_id=393/help/django-and-jqgrid-fields-dict#p5352</link>
        	<category>Help</category>
        	<guid isPermaLink="true">http://www.trirand.com/blog/?page_id=393/help/django-and-jqgrid-fields-dict#p5352</guid>
        	        	<description><![CDATA[<p>Hello,</p>
<p>Testted and worked (if this is your data and colModel)</p>
<p>jsonReader:</p>
<p>jsonReader : {<br />&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160; &#160;&#160;&#160; root: "rows",<br />&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160; &#160;&#160;&#160; id: "pk",<br />&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160; cell: "fields",<br />&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160; page: "page",<br />&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160; total: "total",<br />&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160; records: "records",<br />&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160; repeatitems: false<br />}</p>
</p>
<p>colModel:</p>
<p>colModel :[<br />&#160;{name:"Image", index:"image", width:120, sortable:false},<br />&#160;{name:"id", index:"id", width:120, jsonmap:"pk"},<br />&#160;{name:"address", index:"address", width:260, sortable:false, jsonmap:"fields.address"},<br />&#160;{name:"location", index:"location", width:150, align:"left",jsonmap:"fields.location"},<br />&#160;{name:"zip", index:"zip", width:70, align:&#39;center&#39;, jsonmap:"fields.zip"},<br />&#160;{name:"price", index:"price", width:110, align:&#39;center&#39;, formatter:&#39;currency&#39;,jsonmap:"fields.price"}<br />&#160;&#160;&#160;&#160;&#160;&#160; &#160;&#160;&#160; &#160;&#160;&#160; &#160;&#160;&#160; ],<br />]</p>
</p>
<p>Enjoy</p>
<p>Regards</p>
<p>Tony</p>
]]></description>
        	        	<pubDate>Sun, 15 Mar 2009 12:09:00 +0200</pubDate>
        </item>
        <item>
        	<title>cornbread on django and jqgrid fields dict</title>
        	<link>http://www.trirand.com/blog/?page_id=393/help/django-and-jqgrid-fields-dict#p5348</link>
        	<category>Help</category>
        	<guid isPermaLink="true">http://www.trirand.com/blog/?page_id=393/help/django-and-jqgrid-fields-dict#p5348</guid>
        	        	<description><![CDATA[<p>Is my colModel correct? Need any other info?</p>
<p>thanks again tony,<br />richard</p>
]]></description>
        	        	<pubDate>Sat, 14 Mar 2009 22:19:50 +0200</pubDate>
        </item>
        <item>
        	<title>cornbread on django and jqgrid fields dict</title>
        	<link>http://www.trirand.com/blog/?page_id=393/help/django-and-jqgrid-fields-dict#p5252</link>
        	<category>Help</category>
        	<guid isPermaLink="true">http://www.trirand.com/blog/?page_id=393/help/django-and-jqgrid-fields-dict#p5252</guid>
        	        	<description><![CDATA[<p>colModel :[<br />&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160; {name:&#8221;Image&#8221;, index:&#8221;image&#8221;, width:120, sortable:false},<br />&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160; {name:&#8221;id&#8221;, index:&#8221;id&#8221;, width:120},<br />&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160; {name:&#8221;address&#8221;, index:&#8221;address&#8221;, width:260, sortable:false},<br />&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160; {name:&#8221;location&#8221;, index:&#8221;location&#8221;, width:150, align:&#8221;left&#8221;},<br />&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160; {name:&#8221;zip&#8221;, index:&#8221;zip&#8221;, width:70, align:&#39;center&#39;},<br />&#160;&#160;&#160;&#160;&#160;&#160; {name:&#8221;price&#8221;, index:&#8221;price&#8221;, width:110, align:&#39;center&#39;, formatter:&#39;currency&#39;},</p>
]]></description>
        	        	<pubDate>Wed, 11 Mar 2009 23:27:29 +0200</pubDate>
        </item>
        <item>
        	<title>tony on django and jqgrid fields dict</title>
        	<link>http://www.trirand.com/blog/?page_id=393/help/django-and-jqgrid-fields-dict#p5219</link>
        	<category>Help</category>
        	<guid isPermaLink="true">http://www.trirand.com/blog/?page_id=393/help/django-and-jqgrid-fields-dict#p5219</guid>
        	        	<description><![CDATA[<p>HEllo,</p>
<p>And what is the colModel?</p>
<p>Regards</p>
<p>Tony</p>
]]></description>
        	        	<pubDate>Wed, 11 Mar 2009 02:40:33 +0200</pubDate>
        </item>
        <item>
        	<title>cornbread on django and jqgrid fields dict</title>
        	<link>http://www.trirand.com/blog/?page_id=393/help/django-and-jqgrid-fields-dict#p5169</link>
        	<category>Help</category>
        	<guid isPermaLink="true">http://www.trirand.com/blog/?page_id=393/help/django-and-jqgrid-fields-dict#p5169</guid>
        	        	<description><![CDATA[<p>I have also tried it this way both with repeatitems true and false:</p>
<p>jsonReader: {<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; root: "rows",<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; id: "pk",<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; cell: "fields",<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; page: "page",<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; total: "total",<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; records: "records",<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; repeatitems: true,<br />&#160;&#160;&#160; &#160;&#160;&#160; &#160;&#160;&#160; &#160;&#160;&#160; },</p>
<p>When repeatitems: true, I get checkboxes down the left side but the bottom lines of the rows are missing. When false the rows show up blank.</p>
<p>TIA</p>
]]></description>
        	        	<pubDate>Fri, 06 Mar 2009 12:32:22 +0200</pubDate>
        </item>
        <item>
        	<title>cornbread on django and jqgrid fields dict</title>
        	<link>http://www.trirand.com/blog/?page_id=393/help/django-and-jqgrid-fields-dict#p5160</link>
        	<category>Help</category>
        	<guid isPermaLink="true">http://www.trirand.com/blog/?page_id=393/help/django-and-jqgrid-fields-dict#p5160</guid>
        	        	<description><![CDATA[<p>jsonReader: {<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; root: "rows",<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; id: "id",<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; index: "id",<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; page: "page",<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; total: "total",<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; records: "records",<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; repeatitems: false,<br />&#160;&#160;&#160; &#160;&#160;&#160; &#160;&#160;&#160; &#160;&#160;&#160; },</p>
]]></description>
        	        	<pubDate>Fri, 06 Mar 2009 05:30:08 +0200</pubDate>
        </item>
        <item>
        	<title>tony on django and jqgrid fields dict</title>
        	<link>http://www.trirand.com/blog/?page_id=393/help/django-and-jqgrid-fields-dict#p5150</link>
        	<category>Help</category>
        	<guid isPermaLink="true">http://www.trirand.com/blog/?page_id=393/help/django-and-jqgrid-fields-dict#p5150</guid>
        	        	<description><![CDATA[<p>Hello,</p>
<p>How looks the jsonReader?</p>
<p>Regards</p>
<p>Tony</p>
]]></description>
        	        	<pubDate>Fri, 06 Mar 2009 00:46:46 +0200</pubDate>
        </item>
        <item>
        	<title>cornbread on django and jqgrid fields dict</title>
        	<link>http://www.trirand.com/blog/?page_id=393/help/django-and-jqgrid-fields-dict#p5099</link>
        	<category>Help</category>
        	<guid isPermaLink="true">http://www.trirand.com/blog/?page_id=393/help/django-and-jqgrid-fields-dict#p5099</guid>
        	        	<description><![CDATA[<p>Hey Tony,</p>
<p>I upgraded. When setting repeatitems: true I get the following error:<br />ccur is undefined<br />grid.base.js<br />Line 817</p>
<p>When repeatitem: false I don&#39;t get an error but my grid shows blank items. Here is my json data:</p>
<p>{"total":0, "records":7, "rows":[{"pk": 1, "model": "auto.vehicle", "fields": {"location": "Beaverton", "price": 9000, "state": "OR", "zip": 97123, "address": "123 Park Ave"}}, {"pk": 4, "model": "auto.vehicle", "fields": {"location": "Cottage Grove", "price": 14900, "state": "OR", "zip": 97472, "address": "2233 Cottage way"}}, {"pk": 7, "model": "auto.vehicle", "fields": {"location": "Springfield", "price": 18990, "state": "OR", "zip": 97477, "address": "2686 Wayside LN"}}, {"pk": 8, "model": "auto.vehicle", "fields": {"location": "Eugene", "price": 2874, "state": "OR", "zip": 97402, "address": "76555 Walker St"}}, {"pk": 9, "model": "auto.vehicle", "fields": {"location": "Cottage Grove", "price": 2300, "state": "OR", "zip": 97472, "address": "223 Smith Way"}}, {"pk": 10, "model": "auto.vehicle", "fields": {"location": "Fall Creek", "price": 7700, "state": "OR", "zip": 97438, "address": "123 Little Fall Creek Rd."}}, {"pk": 11, "model": "auto.vehicle", "fields": {"location": "Eugene", "price": 7640, "state": "OR", "zip": 97402, "address": "48596 Martin Luther King Jr Blvd."}}] }</p>
</p>
<p>Thanks for your help</p>
]]></description>
        	        	<pubDate>Tue, 03 Mar 2009 21:45:36 +0200</pubDate>
        </item>
        <item>
        	<title>tony on django and jqgrid fields dict</title>
        	<link>http://www.trirand.com/blog/?page_id=393/help/django-and-jqgrid-fields-dict#p5066</link>
        	<category>Help</category>
        	<guid isPermaLink="true">http://www.trirand.com/blog/?page_id=393/help/django-and-jqgrid-fields-dict#p5066</guid>
        	        	<description><![CDATA[<p>Hello,</p>
<p>Try to use the last version - 3.4.2</p>
</p>
<p>Regards</p>
<p>Tony</p>
]]></description>
        	        	<pubDate>Tue, 03 Mar 2009 03:16:07 +0200</pubDate>
        </item>
        <item>
        	<title>cornbread on django and jqgrid fields dict</title>
        	<link>http://www.trirand.com/blog/?page_id=393/help/django-and-jqgrid-fields-dict#p5047</link>
        	<category>Help</category>
        	<guid isPermaLink="true">http://www.trirand.com/blog/?page_id=393/help/django-and-jqgrid-fields-dict#p5047</guid>
        	        	<description><![CDATA[<p>I&#39;m having an issue with jqgrid being compatible with django serialization.</p>
<p>It appears to be an issue with the information being in the fields dict. According to this project: <a href="http://code.google.com/p/appfusedjango/" rel="nofollow" target="_blank">http://code.google.com/p/appfusedjango/</a> all that was needed was a single patch in version 3.3.1. I attempted to do similar above line 839 of grid.base.js. I couldn&#39;t get this to work.</p>
<p>It did appear to me that something similar existed if repeatitems: true. I tried to do that however I get this error in firebug: <span class="objectBox objectBox-errorMessage hasTwisty hasBreakSwitch "></span></p>
<div class="errorTitle ">ccur is undefined</div>
<div class="errorSourceBox errorSource-exec ">[Image Can Not Be Found]<span class="errorSource "> row.id = ccur[idn] &#124;&#124; i+1;</span></div>
<div class="errorSourceBox errorSource-exec "></div>
<div class="errorSourceBox errorSource-exec ">I appreciate any help.</div></p>
]]></description>
        	        	<pubDate>Sun, 01 Mar 2009 23:57:32 +0200</pubDate>
        </item>
</channel>
</rss>