<?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: Getting the value ID</title>
	<link>http://www.trirand.com/blog/?page_id=393/help/getting-the-value-id</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/getting-the-value-id/rss" rel="self" type="application/rss+xml" />
        <item>
        	<title>tony on Getting the value ID</title>
        	<link>http://www.trirand.com/blog/?page_id=393/help/getting-the-value-id#p9752</link>
        	<category>Help</category>
        	<guid isPermaLink="true">http://www.trirand.com/blog/?page_id=393/help/getting-the-value-id#p9752</guid>
        	        	<description><![CDATA[<p>Hello,</p>
<p>Not sure that I understand.</p>
<p>Regards</p>
]]></description>
        	        	<pubDate>Tue, 15 Sep 2009 13:11:14 +0300</pubDate>
        </item>
        <item>
        	<title>uday123 on Getting the value ID</title>
        	<link>http://www.trirand.com/blog/?page_id=393/help/getting-the-value-id#p9738</link>
        	<category>Help</category>
        	<guid isPermaLink="true">http://www.trirand.com/blog/?page_id=393/help/getting-the-value-id#p9738</guid>
        	        	<description><![CDATA[<p>Hi,</p>
<p>I constructed a grid by getting json data according to the requirements of the grid.</p>
<p>Now as you know, theres an "id" field in the json string. I need to get hold of that id.</p>
<p>Why, you would ask . Well, i constructed my own form to modify a row. So, upon selecting that row, i need to populate the form using that id, so you know i can construct an SQL query which goes liike "SELECT * ......where id=&#60;something&#62;"</p>
</p>
<p>I tried this :</p>
<p>[code]</p>
<p>var rowid = jQuery("#list2").getGridParam(&#39;selrow&#39;);<br />&#160;var guestUserId = jQuery("#list2").getCell(rowid,"id");</p>
<p>[/code]</p>
<p>Here unfortunately i got the ID of the row i selected and not the id that I got from the server initially.</p>
<p>Anyway that i can store that ID in some hidden field or something? ..</p>
<p>Thanks for the help.</p>
]]></description>
        	        	<pubDate>Tue, 15 Sep 2009 09:35:17 +0300</pubDate>
        </item>
</channel>
</rss>