<?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: onSelectRow : get cell value when clicking on action button (online editing)</title>
	<link>http://www.trirand.com/blog/?page_id=393/help/onselectrow-get-cell-value-when-clicking-on-action-button-online-editing</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/onselectrow-get-cell-value-when-clicking-on-action-button-online-editing/rss" rel="self" type="application/rss+xml" />
        <item>
        	<title>bouks on onSelectRow : get cell value when clicking on action button (online editing)</title>
        	<link>http://www.trirand.com/blog/?page_id=393/help/onselectrow-get-cell-value-when-clicking-on-action-button-online-editing#p29430</link>
        	<category>Help</category>
        	<guid isPermaLink="true">http://www.trirand.com/blog/?page_id=393/help/onselectrow-get-cell-value-when-clicking-on-action-button-online-editing#p29430</guid>
        	        	<description><![CDATA[<p>Hi!</p>
<p>Holidays are ended. Welcome back to work !</p>
</p>
<p>With "onSelectRow", i&#39;m trying to get the value of a cell :</p>
<p>$(this).jqGrid(&#39;getCell&#39;, rowId, &#39;name&#39;)</p>
</p>
<p>Everything looks fine except when i click on an inline action button (edit). Then it gives me the "new" content of the cell, a string for an input field.</p>
</p>
<p>- jqgrid does not set a value to the input field or any of its attribute. Can&#39;t do regex or other stuff to find it.</p>
<p>The way i found ("service" is the table name, "name" is the column name :</p>
<p>$(&#39;tr[id=&#39;+rowId+&#39;] td[aria-describedby=service_name]&#39;, $(this)).attr(&#39;title&#39;);</p>
<p>This is a little dirty. If you have better implementation, tell me !</p></p>
]]></description>
        	        	<pubDate>Sat, 31 Aug 2013 15:29:39 +0300</pubDate>
        </item>
</channel>
</rss>