<?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: custom edit with tds - breaks saveRow</title>
	<link>http://www.trirand.com/blog/?page_id=393/bugs/custom-edit-with-tds-breaks-saverow</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/bugs/custom-edit-with-tds-breaks-saverow/rss" rel="self" type="application/rss+xml" />
        <item>
        	<title>bakesteve on custom edit with tds - breaks saveRow</title>
        	<link>http://www.trirand.com/blog/?page_id=393/bugs/custom-edit-with-tds-breaks-saverow#p21866</link>
        	<category>Bugs</category>
        	<guid isPermaLink="true">http://www.trirand.com/blog/?page_id=393/bugs/custom-edit-with-tds-breaks-saverow#p21866</guid>
        	        	<description><![CDATA[<p>If you have a custom edit column with inline edit that uses tables, saveRow breaks as it picks up these tds during its loop.</p>
<p>There needs to be a way for the grid to only pick up ITS tds</p>
<p>To me, it looks like we should change grid.inlinedit.js line 84 to:</p>
<pre>$("td[role=&#39;gridcell&#39;]",ind).each(function(i)&#160;{<br />OR<br /></pre>
<pre>$(ind).children("td").each(function(i)&#160;{<br />OR<br />add a class to the grids cells so we can select on that?</pre></p>
]]></description>
        	        	<pubDate>Fri, 28 Jan 2011 15:50:11 +0200</pubDate>
        </item>
</channel>
</rss>