<?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: Help with jsonmap in colModel (I think)</title>
	<link>http://www.trirand.com/blog/?page_id=393/help/help-with-jsonmap-in-colmodel-i-think</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/help-with-jsonmap-in-colmodel-i-think/rss" rel="self" type="application/rss+xml" />
        <item>
        	<title>erich93063 on Help with jsonmap in colModel (I think)</title>
        	<link>http://www.trirand.com/blog/?page_id=393/help/help-with-jsonmap-in-colmodel-i-think#p27147</link>
        	<category>Help</category>
        	<guid isPermaLink="true">http://www.trirand.com/blog/?page_id=393/help/help-with-jsonmap-in-colmodel-i-think#p27147</guid>
        	        	<description><![CDATA[<p>OK Still have a problem. I am now using:</p>
<p>colModel :[</p>
<p>{name:&#39;orderID&#39;,index:&#39;o.orderID&#39;, sorttype:&#39;int&#39;, title:false, jsonmap:0},</p>
<p>{name:&#39;jobTitle&#39;,index:&#39;o.WebJobTitle&#39;, sorttype:&#39;string&#39;, title:false, jsonmap:1},</p>
<p>{name:&#39;jobType&#39;,index:&#39;o.webJobType&#39;, sorttype:&#39;string&#39;, title:false, jsonmap:2},</p>
<p>{name:&#39;jobStatus&#39;,index:&#39;o.webJobStatus&#39;, sorttype:&#39;string&#39;, title:false, jsonmap:3},</p>
<p>{name:&#39;updatedOn&#39;,index:&#39;o.UpdateDate&#39;, sorttype:&#39;date&#39;, title:false, jsonmap:8}</p>
<p>]</p>
</p>
<p>But my first item (Order ID) is not displaying for some reason. Is jsonmap:0 not correct&#160;????</p>
]]></description>
        	        	<pubDate>Tue, 14 Aug 2012 20:45:33 +0300</pubDate>
        </item>
        <item>
        	<title>erich93063 on Help with jsonmap in colModel (I think)</title>
        	<link>http://www.trirand.com/blog/?page_id=393/help/help-with-jsonmap-in-colmodel-i-think#p27146</link>
        	<category>Help</category>
        	<guid isPermaLink="true">http://www.trirand.com/blog/?page_id=393/help/help-with-jsonmap-in-colmodel-i-think#p27146</guid>
        	        	<description><![CDATA[<p>Sorry just figured it out. I need to add &#160;repeatitems: false to my jsonReader tehn I can just use jsonmap:8.</p>
]]></description>
        	        	<pubDate>Tue, 14 Aug 2012 20:42:46 +0300</pubDate>
        </item>
        <item>
        	<title>erich93063 on Help with jsonmap in colModel (I think)</title>
        	<link>http://www.trirand.com/blog/?page_id=393/help/help-with-jsonmap-in-colmodel-i-think#p27145</link>
        	<category>Help</category>
        	<guid isPermaLink="true">http://www.trirand.com/blog/?page_id=393/help/help-with-jsonmap-in-colmodel-i-think#p27145</guid>
        	        	<description><![CDATA[<p>Ok So I have a JSON response of:</p>
<p>{ "PAGE" : 1.0,</p>
<p>"RECORDS" : 1.0,</p>
<p>"ROWS" : [ [ 2410641,</p>
<p>"PUB JOB TITLE",</p>
<p>"Employee",</p>
<p>"Full Time",</p>
<p>"MY JOB REQUIREMENTS",</p>
<p>"PLEASE CONTACT ME AT xxx. TODAY!",</p>
<p>"Jill.xxx@xxx.com",</p>
<p>"MY JOB DESCRIPTION",</p>
<p>"August, 13 2012 12:58:29",</p>
<p>"Clinical Research",</p>
<p>"Colorado-Grand Junction^Colorado-Denver",</p>
<p>"Chester",</p>
<p>15.0,</p>
<p>"JANITOR^Biometrics^Biostatistics",</p>
<p>"47,53",</p>
<p>0.0</p>
<p>] ],</p>
<p>"TOTAL" : 1.0</p>
<p>}</p>
</p>
<p>My problem is that my grid will not be displaying ALL of these fields. I am displaying the first 4, but then I&#39;m not displaying any more until the 9th item. So how in my column model do I tell my 5th item to actually display the NINTH item in the JSON? Here is my current colModel:</p>
<p>colModel :[</p>
<p>{name:&#39;OrderID&#39;,index:&#39;o.orderID&#39;, sorttype:&#39;int&#39;, title:false},</p>
<p>{name:&#39;JobTitle&#39;,index:&#39;o.WebJobTitle&#39;, sorttype:&#39;string&#39;, title:false},</p>
<p>{name:&#39;JobType&#39;,index:&#39;o.webJobType&#39;, sorttype:&#39;string&#39;, title:false},</p>
<p>{name:&#39;JobStatus&#39;,index:&#39;o.webJobStatus&#39;, sorttype:&#39;string&#39;, title:false},</p>
<p>{name:&#39;UpdatedOn&#39;,index:&#39;o.UpdateDate&#39;, sorttype:&#39;date&#39;, title:false, jsonmap:8}</p>
<p>]</p>
</p>
<p>This is where I am assuming I need to use jsonmap to map to a value further in the array but not sure how.</p>
</p>
<p>THANKS</p>
]]></description>
        	        	<pubDate>Tue, 14 Aug 2012 20:34:12 +0300</pubDate>
        </item>
</channel>
</rss>