<?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: New to jqGrid - Unable to get to render</title>
	<link>http://www.trirand.com/blog/?page_id=393/help/new-to-jqgrid-unable-to-get-to-render</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/new-to-jqgrid-unable-to-get-to-render/rss" rel="self" type="application/rss+xml" />
        <item>
        	<title>tony on New to jqGrid - Unable to get to render</title>
        	<link>http://www.trirand.com/blog/?page_id=393/help/new-to-jqgrid-unable-to-get-to-render#p7506</link>
        	<category>Help</category>
        	<guid isPermaLink="true">http://www.trirand.com/blog/?page_id=393/help/new-to-jqgrid-unable-to-get-to-render#p7506</guid>
        	        	<description><![CDATA[<p>Hello,</p>
<p>Mybe you will need&#160; repeatitems: false in jsonReader</p>
<p>Reagrds</p>
<p>Tony</p>
]]></description>
        	        	<pubDate>Sat, 27 Jun 2009 11:23:19 +0300</pubDate>
        </item>
        <item>
        	<title>jkarlen on New to jqGrid - Unable to get to render</title>
        	<link>http://www.trirand.com/blog/?page_id=393/help/new-to-jqgrid-unable-to-get-to-render#p7457</link>
        	<category>Help</category>
        	<guid isPermaLink="true">http://www.trirand.com/blog/?page_id=393/help/new-to-jqgrid-unable-to-get-to-render#p7457</guid>
        	        	<description><![CDATA[<p>I am new to jqGrid and I am unable to get my grid to render.&#160; I get the basic grid and the headers but no rows.</p>
<p>This is the JSON that is being loaded:</p>
<p>{"order_list":[{"id":"5664186","order_detail":{"order_id":"5664186","order_segment":"R","tier":"2"}}],"records":1}</p>
<p>This is my JavaScript:</p>
<p>&#160;&#160;function update_order_list()<br />&#160;&#160;{<br />&#160;&#160;&#160;var gridimgpath = "/js/themes/sand/images"<br />&#160;&#160;&#160;jQuery("#list2").jqGrid({ <br />&#160;&#160;&#160;&#160;url: &#39;/index.php/OpenOrderList/get_segment_list_ajax&#39;, <br />&#160;&#160;&#160;&#160;datatype: "json", <br />&#160;&#160;&#160;&#160;colNames:[&#39;Order ID#&#39;, &#39;Order Segment&#39;, &#39;Tier&#39;], <br />&#160;&#160;&#160;&#160;colModel:[ {name:&#39;order_id&#39;,index:&#39;order_id&#39;, width:80},<br />&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160; {name:&#39;order_segment&#39;,index:&#39;order_id&#39;, width:80},<br />&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160; {name:&#39;tier&#39;,index:&#39;order_id&#39;, width:80} ], <br />&#160;&#160;&#160;jsonReader : {<br />&#160;&#160;&#160;&#160;root: "order_list", <br />&#160;&#160;&#160;&#160;total: "records", <br />&#160;&#160;&#160;&#160;records: "records", <br />&#160;&#160;&#160;&#160;repeatitems: true, <br />&#160;&#160;&#160;&#160;cell: "order_detail", <br />&#160;&#160;&#160;&#160;page: "records",<br />&#160;&#160;&#160;&#160;id: "id"<br />&#160;&#160;&#160;&#160;},<br />&#160;&#160;&#160;rowNum:100, <br />&#160;&#160;&#160;rowList:[10,20,30], <br />&#160;&#160;&#160;imgpath: gridimgpath, pager: <br />&#160;&#160;&#160;jQuery(&#39;#pager2&#39;), <br />&#160;&#160;&#160;sortname: &#39;order_id&#39;, <br />&#160;&#160;&#160;viewrecords: true, <br />&#160;&#160;&#160;sortorder: "desc", <br />&#160;&#160;&#160;caption:"Open Orders" }).navGrid(&#39;#pager2&#39;,{edit:false,add:false,del:false}); <br />&#160;&#160;}</p>
]]></description>
        	        	<pubDate>Thu, 25 Jun 2009 12:35:14 +0300</pubDate>
        </item>
</channel>
</rss>