<?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: getNodeXXX for rows in edit mode does not work</title>
	<link>http://www.trirand.com/blog/?page_id=393/bugs/getnodexxx-for-rows-in-edit-mode-does-not-work</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/getnodexxx-for-rows-in-edit-mode-does-not-work/rss" rel="self" type="application/rss+xml" />
        <item>
        	<title>denbi on getNodeXXX for rows in edit mode does not work</title>
        	<link>http://www.trirand.com/blog/?page_id=393/bugs/getnodexxx-for-rows-in-edit-mode-does-not-work#p22793</link>
        	<category>Bugs</category>
        	<guid isPermaLink="true">http://www.trirand.com/blog/?page_id=393/bugs/getnodexxx-for-rows-in-edit-mode-does-not-work#p22793</guid>
        	        	<description><![CDATA[<p>First, I&#39;d like to thanks for a wonderful plugin. I&#39;m using it since 3.8.2 so not for a long time. I have noticed following bug in that version but after the upgrade it remains so I decided to register and report it.</p>
<p>I have noticed that when I call any (almost any?, I haven&#39;t tried all of them) getNodeXXX method for row in edit mode I have empty array in return.</p>
<p>Check following code:</p>
<blockquote>
<p>// rowid is a row in edit mode and for sure has 2 ancestors</p>
<p>// as when not in edit mode the same code returns two objects in array</p>
<p>var record = jQuery(&#8221;#grid_id&#8221;).getRowData(rowid);</p>
<p>var arr = jQuery(&#8221;#grid_id&#8221;).getNodeAncestors(record);</p>
<p>// arr is empty</p>
</blockquote>
<p>It is because getRowData for row in edit mode returns whole input tags instead it&#39;s title tags or input values (whichever is best).</p>
<p>Some additional info:</p>
<p>- I&#39;m working with TreeGrid plugin of course</p>
<p>- I have noticed that getNodeChildren does not work at all (for rows in edit mode or not &#8211; does not matter)</p>
<p>- treeGridModel is set to &#39;adjacency&#39;,</p>
]]></description>
        	        	<pubDate>Fri, 15 Apr 2011 17:53:14 +0300</pubDate>
        </item>
</channel>
</rss>