<?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: 4.6 has a problem with passing null to getGridRowById</title>
	<link>http://www.trirand.com/blog/?page_id=393/bugs/4-6-has-a-problem-with-passing-null-to-getgridrowbyid</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/4-6-has-a-problem-with-passing-null-to-getgridrowbyid/rss" rel="self" type="application/rss+xml" />
        <item>
        	<title>tony on 4.6 has a problem with passing null to getGridRowById</title>
        	<link>http://www.trirand.com/blog/?page_id=393/bugs/4-6-has-a-problem-with-passing-null-to-getgridrowbyid#p30271</link>
        	<category>Bugs</category>
        	<guid isPermaLink="true">http://www.trirand.com/blog/?page_id=393/bugs/4-6-has-a-problem-with-passing-null-to-getgridrowbyid#p30271</guid>
        	        	<description><![CDATA[<p>Hello,</p>
</p>
<p>Thanks. Fixed.</p>
]]></description>
        	        	<pubDate>Mon, 24 Feb 2014 11:58:30 +0200</pubDate>
        </item>
        <item>
        	<title>jhickstap on 4.6 has a problem with passing null to getGridRowById</title>
        	<link>http://www.trirand.com/blog/?page_id=393/bugs/4-6-has-a-problem-with-passing-null-to-getgridrowbyid#p30267</link>
        	<category>Bugs</category>
        	<guid isPermaLink="true">http://www.trirand.com/blog/?page_id=393/bugs/4-6-has-a-problem-with-passing-null-to-getgridrowbyid#p30267</guid>
        	        	<description><![CDATA[<p>After getting the new version 4.6 yesterday I was testing to make shore the changes did not break my grids. When Firebug start saying&#160; rowid was null at Line 2961 in the file jquery.jqGrid.js. After looking tracking down this was being pasted form&#160; the following line 3019:</p>
<p>$( $($t).jqGrid(&#39;getGridRowById&#39;, $t.p.selrow) ).removeClass("ui-state-highlight").attr({"aria-selected":"false", "tabindex" : "-1"});</p>
<p>This only happens when there is no selected row in the grid so that would mean that no row is higlighted at this time. The fix I did was to place this line in an if statment to check to see if $t.p.selrow is not null which works fine.&#160;</p>
<p>This problem does not brake either way but the fix I done stops in this case a null geting pasted to the getGridRowById.</p>
<p>Jonathan Hicks</p>
]]></description>
        	        	<pubDate>Fri, 21 Feb 2014 15:27:18 +0200</pubDate>
        </item>
</channel>
</rss>