<?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: questions about retrieving cell/s</title>
	<link>http://www.trirand.com/blog/?page_id=393/help/questions-about-retrieving-cells</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/questions-about-retrieving-cells/rss" rel="self" type="application/rss+xml" />
        <item>
        	<title>hardc0d3r on questions about retrieving cell/s</title>
        	<link>http://www.trirand.com/blog/?page_id=393/help/questions-about-retrieving-cells#p27471</link>
        	<category>Help</category>
        	<guid isPermaLink="true">http://www.trirand.com/blog/?page_id=393/help/questions-about-retrieving-cells#p27471</guid>
        	        	<description><![CDATA[<p>i would like to know what is the best way to retrieve cell/s</p>
<p>i know 2 implementations</p>
<p>1)</p>
<p><input type='button' class='sfcodeselect' name='sfselectit8188' value='Select Code' data-codeid='sfcode8188' /></p>
<div class='sfcode' id='sfcode8188'>
<p>var cells = $(&#34;tbody &#62; tr.jqgrow &#62; td:nth-child(&#34; + (iCol+ 1) + &#34;)&#34;, $(&#39;#grid&#39;)[0]);</p>
<p>var cell = $(cells[iRow]);</p>
</div>
<p>2)</p>
<p><input type='button' class='sfcodeselect' name='sfselectit7014' value='Select Code' data-codeid='sfcode7014' /></p>
<div class='sfcode' id='sfcode7014'>$(&#39;#grid tr:eq(&#39; + iRow + &#39;) td:eq(&#39; + iCol + &#39;)&#39;)</div>
<p>which of the two is better?</p>
<p>is there a way to retrieve all cells in a row in which the collection of cells are jquery objects?</p>
<p>are there other ways?</p>
]]></description>
        	        	<pubDate>Wed, 03 Oct 2012 15:02:25 +0300</pubDate>
        </item>
</channel>
</rss>