<?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: Include position when formatting rows</title>
	<link>http://www.trirand.com/blog/?page_id=393/feature-request/include-position-when-formatting-rows</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/feature-request/include-position-when-formatting-rows/rss" rel="self" type="application/rss+xml" />
        <item>
        	<title>james.crowley on Include position when formatting rows</title>
        	<link>http://www.trirand.com/blog/?page_id=393/feature-request/include-position-when-formatting-rows#p29070</link>
        	<category>Feature Request</category>
        	<guid isPermaLink="true">http://www.trirand.com/blog/?page_id=393/feature-request/include-position-when-formatting-rows#p29070</guid>
        	        	<description><![CDATA[<p>When calling cellattr to get the attributes for a specific row, could you please include the row position? This allows us to fetch the input object for that column out.</p>
<p>If you change your call from</p>
<p>celp = cm.cellattr.call(ts, rowId, tv, rawObject, cm, rdata);</p>
<p>to</p>
<p>celp = cm.cellattr.call(ts, rowId, tv, rawObject, cm, rdata, pos);</p>
<p>our function can then do rawObject.Cells[pos - 1] to get the actual value.</p>
</p>
<p>Unless there&#39;s a nicer way to do this? We keep having to patch your JS with the above for now to make it work. Thanks.</p>
]]></description>
        	        	<pubDate>Thu, 27 Jun 2013 19:29:13 +0300</pubDate>
        </item>
</channel>
</rss>