<?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: Accessing Grid data outside the tag</title>
	<link>http://www.trirand.com/blog/?page_id=393/help/accessing-grid-data-outside-the-tag</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/accessing-grid-data-outside-the-tag/rss" rel="self" type="application/rss+xml" />
        <item>
        	<title>partha1976 on Accessing Grid data outside the tag</title>
        	<link>http://www.trirand.com/blog/?page_id=393/help/accessing-grid-data-outside-the-tag#p22886</link>
        	<category>Help</category>
        	<guid isPermaLink="true">http://www.trirand.com/blog/?page_id=393/help/accessing-grid-data-outside-the-tag#p22886</guid>
        	        	<description><![CDATA[<p>Hi,</p>
<p>&#160;&#160; I have a functionality to implement where i need to show the data in a block outside the grid.. I have populated the json data in the server side with 5 elements (id, name, age,dob,marks).. how ever in the grid i am showing only 3 elements id, name and age. The block outside the grid should show all the elements(5) though.</p>
<p>In the jqgrid i have defined the grid as follows</p>
<p><span style="font-size: x-small;"></span></p>
<p align="left">colNames:[</p>
</p>
<p align="left"><span style="font-size: x-small; color: #2a00ff;"><span style="font-size: x-small; color: #2a00ff;">&#39;Id&#39;</span></span><span style="font-size: x-small;">, </span><span style="font-size: x-small; color: #2a00ff;"><span style="font-size: x-small; color: #2a00ff;">&#39;Name&#39;</span></span><span style="font-size: x-small;">, </span><span style="font-size: x-small; color: #2a00ff;"><span style="font-size: x-small; color: #2a00ff;">&#39;Age&#39;</span></span><span style="font-size: x-small;">],</span></p>
<p align="left">colModel:[</p>
<p align="left">{name:</p>
</p>
<p align="left"><span style="font-size: x-small; color: #2a00ff;"><span style="font-size: x-small; color: #2a00ff;">&#39;Id&#39;</span></span><span style="font-size: x-small;">,jsonmap:</span><span style="font-size: x-small; color: #2a00ff;"><span style="font-size: x-small; color: #2a00ff;">&#39;SId&#39;</span></span><span style="font-size: x-small;">, width:100},</span></p>
<p align="left">{name:</p>
</p>
<p align="left"><span style="font-size: x-small; color: #2a00ff;"><span style="font-size: x-small; color: #2a00ff;">&#39;Name&#39;</span></span><span style="font-size: x-small;">,jsonmap:</span><span style="font-size: x-small; color: #2a00ff;"><span style="font-size: x-small; color: #2a00ff;">&#39;SName&#39;</span></span><span style="font-size: x-small;">, width:200},</span></p>
<p align="left">{name:</p>
</p>
<p align="left"><span style="font-size: x-small; color: #2a00ff;"><span style="font-size: x-small; color: #2a00ff;">&#39;Age&#39;</span></span><span style="font-size: x-small;">,jsonmap:</span><span style="font-size: x-small; color: #2a00ff;"><span style="font-size: x-small; color: #2a00ff;">&#39;SAge&#39;</span></span><span style="font-size: x-small;">, width:300}</span></p>
<p>],</p>
</p>
<p>How do i access the json map containing all the values outside the grid ???. i am able to access only the 3 elements in the defined in the colmodel.. I would really appreciate any help in this regards.</p>
</p>
<p>Thanx,</p>
<p>Partha.</p></p>
]]></description>
        	        	<pubDate>Wed, 20 Apr 2011 21:33:37 +0300</pubDate>
        </item>
</channel>
</rss>