<?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: Grid IDs</title>
	<link>http://www.trirand.com/blog/?page_id=393/help/grid-ids</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/grid-ids/rss" rel="self" type="application/rss+xml" />
        <item>
        	<title>tony on Grid IDs</title>
        	<link>http://www.trirand.com/blog/?page_id=393/help/grid-ids#p12042</link>
        	<category>Help</category>
        	<guid isPermaLink="true">http://www.trirand.com/blog/?page_id=393/help/grid-ids#p12042</guid>
        	        	<description><![CDATA[<p>Hello,</p>
<p>It is not recommanded to use equal ids in the same grid. In order to understand how we attach ids you need to look here:</p>
<p><a href="http://www.trirand.com/jqgridwiki/doku.php?id=wiki:retrieving_data" rel="nofollow" target="_blank"><a href="http://www.trirand.com/jqgridw" rel="nofollow">http://www.trirand.com/jqgridw</a>.....eving_data</a></p>
</p>
<p>getRowData get what you put in the grid. A special case is when you use formatter - in this case you gat wat you put and not the generated content.</p>
<p>In order to get a link you will need to know the id and the index of the column</p>
<p><input type='button' class='sfcodeselect' name='sfselectit932' value='Select Code' data-codeid='sfcode932' /></p>
<div class='sfcode' id='sfcode932'>
<p>var mylink = $("td:eq(myindex)","#myrowid").html()</p>
</div>
<p>Regards</p>
<p>Tony</p>
]]></description>
        	        	<pubDate>Tue, 17 Nov 2009 01:33:28 +0200</pubDate>
        </item>
        <item>
        	<title>tfisher on Grid IDs</title>
        	<link>http://www.trirand.com/blog/?page_id=393/help/grid-ids#p11948</link>
        	<category>Help</category>
        	<guid isPermaLink="true">http://www.trirand.com/blog/?page_id=393/help/grid-ids#p11948</guid>
        	        	<description><![CDATA[<p>Sorry - one more issue related to this question -</p>
<p>If i am sending back JSON data that I don&#39;t want to display in the grid (for example, the URL to view the whole record) - is there any way to get at it later ? getRowData() seems to only return data displayed in TDs in the grid, not in the original JSON data.</p>
</p>
<p>Thanks again.</p>
]]></description>
        	        	<pubDate>Sat, 14 Nov 2009 10:15:37 +0200</pubDate>
        </item>
        <item>
        	<title>tfisher on Grid IDs</title>
        	<link>http://www.trirand.com/blog/?page_id=393/help/grid-ids#p11947</link>
        	<category>Help</category>
        	<guid isPermaLink="true">http://www.trirand.com/blog/?page_id=393/help/grid-ids#p11947</guid>
        	        	<description><![CDATA[<p>Hello,</p>
</p>
<p>I am having an issue with the ids of the TRs in a grid, using JSON data returned from the server.</p>
<p>I have a grid that is displaying different types of objects - and since the objects are different types, two could have the same ID. jqGrid seems to use the id field if the data to set the dom id of the row, so I end up having two rows with the same dom id.</p>
<p>Is there any way I can customize how jqGrid assigns ids to the table rows?</p>
</p>
<p>Thanks for any help!</p></p>
]]></description>
        	        	<pubDate>Sat, 14 Nov 2009 09:58:35 +0200</pubDate>
        </item>
</channel>
</rss>