<?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: How to Get the Cell Id?</title>
	<link>http://www.trirand.com/blog/?page_id=393/help/how-to-get-the-cell-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/how-to-get-the-cell-id/rss" rel="self" type="application/rss+xml" />
        <item>
        	<title>CaraK on How to Get the Cell Id?</title>
        	<link>http://www.trirand.com/blog/?page_id=393/help/how-to-get-the-cell-id#p24163</link>
        	<category>Help</category>
        	<guid isPermaLink="true">http://www.trirand.com/blog/?page_id=393/help/how-to-get-the-cell-id#p24163</guid>
        	        	<description><![CDATA[<p>thanks that&#39;s the solution 😉</p>
]]></description>
        	        	<pubDate>Thu, 04 Aug 2011 22:24:22 +0300</pubDate>
        </item>
        <item>
        	<title>tony on How to Get the Cell Id?</title>
        	<link>http://www.trirand.com/blog/?page_id=393/help/how-to-get-the-cell-id#p24162</link>
        	<category>Help</category>
        	<guid isPermaLink="true">http://www.trirand.com/blog/?page_id=393/help/how-to-get-the-cell-id#p24162</guid>
        	        	<description><![CDATA[<p>Hello,</p>
<p>Maybe onCellSelect is the job</p>
<p><a href="http://www.trirand.com/jqgridwiki/doku.php?id=wiki:events&#038;s=oncellselect" rel="nofollow" target="_blank"><a href="http://www.trirand.com/jqgridw" rel="nofollow">http://www.trirand.com/jqgridw</a>.....cellselect</a></p>
</p>
<p>Regards</p></p>
]]></description>
        	        	<pubDate>Thu, 04 Aug 2011 22:20:51 +0300</pubDate>
        </item>
        <item>
        	<title>CaraK on How to Get the Cell Id?</title>
        	<link>http://www.trirand.com/blog/?page_id=393/help/how-to-get-the-cell-id#p24161</link>
        	<category>Help</category>
        	<guid isPermaLink="true">http://www.trirand.com/blog/?page_id=393/help/how-to-get-the-cell-id#p24161</guid>
        	        	<description><![CDATA[<p>The real objetive of this is to show a dialog when you select a cell. Im not trying to edit the content 😉</p>
</p>
<p>Thanks</p>
]]></description>
        	        	<pubDate>Thu, 04 Aug 2011 21:54:19 +0300</pubDate>
        </item>
        <item>
        	<title>tony on How to Get the Cell Id?</title>
        	<link>http://www.trirand.com/blog/?page_id=393/help/how-to-get-the-cell-id#p24160</link>
        	<category>Help</category>
        	<guid isPermaLink="true">http://www.trirand.com/blog/?page_id=393/help/how-to-get-the-cell-id#p24160</guid>
        	        	<description><![CDATA[<p>Hello,</p>
<p>The column name is the name form colModel, but it is unclear what you try to do.</p></p>
]]></description>
        	        	<pubDate>Thu, 04 Aug 2011 21:53:35 +0300</pubDate>
        </item>
        <item>
        	<title>tony on How to Get the Cell Id?</title>
        	<link>http://www.trirand.com/blog/?page_id=393/help/how-to-get-the-cell-id#p24159</link>
        	<category>Help</category>
        	<guid isPermaLink="true">http://www.trirand.com/blog/?page_id=393/help/how-to-get-the-cell-id#p24159</guid>
        	        	<description><![CDATA[<p>Hello,</p>
<p>Maybe you missed this (if I understand right)</p>
<p><a href="http://www.trirand.com/jqgridwiki/doku.php?id=wiki:cell_editing#how_is_the_data_organized" rel="nofollow" target="_blank"><a href="http://www.trirand.com/jqgridw" rel="nofollow">http://www.trirand.com/jqgridw</a>....._organized</a></p>
]]></description>
        	        	<pubDate>Thu, 04 Aug 2011 21:52:19 +0300</pubDate>
        </item>
        <item>
        	<title>CaraK on How to Get the Cell Id?</title>
        	<link>http://www.trirand.com/blog/?page_id=393/help/how-to-get-the-cell-id#p24158</link>
        	<category>Help</category>
        	<guid isPermaLink="true">http://www.trirand.com/blog/?page_id=393/help/how-to-get-the-cell-id#p24158</guid>
        	        	<description><![CDATA[<p>Ok i used this:</p>
</p>
<p><input type='button' class='sfcodeselect' name='sfselectit9555' value='Select Code' data-codeid='sfcode9555' /></p>
<div class='sfcode' id='sfcode9555'>, onCellSelect: function(rowid,iCol,cellcontent,e) {<br />&#160;&#160; &#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160; alert(iCol + &#34;-&#34; + cellcontent);<br />&#160;&#160; &#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160; }</div>
<p>Its the same as "onSelectRow".</p>
</p>
<p>With that i can use the id column and the content of the cell 😛</p></p>
]]></description>
        	        	<pubDate>Thu, 04 Aug 2011 21:50:39 +0300</pubDate>
        </item>
        <item>
        	<title>CaraK on How to Get the Cell Id?</title>
        	<link>http://www.trirand.com/blog/?page_id=393/help/how-to-get-the-cell-id#p24157</link>
        	<category>Help</category>
        	<guid isPermaLink="true">http://www.trirand.com/blog/?page_id=393/help/how-to-get-the-cell-id#p24157</guid>
        	        	<description><![CDATA[<p>Im trying to get de column name of a select cell, but i can&#39;t. Anyone knows how to do it?</p>
]]></description>
        	        	<pubDate>Thu, 04 Aug 2011 21:35:15 +0300</pubDate>
        </item>
</channel>
</rss>