<?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: Bug found in 4.4.5</title>
	<link>http://www.trirand.com/blog/?page_id=393/bugs/bug-found-in-4-4-5</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/bug-found-in-4-4-5/rss" rel="self" type="application/rss+xml" />
        <item>
        	<title>tony on Bug found in 4.4.5</title>
        	<link>http://www.trirand.com/blog/?page_id=393/bugs/bug-found-in-4-4-5#p28764</link>
        	<category>Bugs</category>
        	<guid isPermaLink="true">http://www.trirand.com/blog/?page_id=393/bugs/bug-found-in-4-4-5#p28764</guid>
        	        	<description><![CDATA[<p>Hello,</p>
<p>I think the appropriate is</p>
</p>
<p>if(&#160;$("#"+fid).html()&#160;!= null&#160;) using != null mean null and undefined.</p>
<p>Regards</p></p>
]]></description>
        	        	<pubDate>Mon, 13 May 2013 11:59:50 +0300</pubDate>
        </item>
        <item>
        	<title>billhainaut@gmail.com on Bug found in 4.4.5</title>
        	<link>http://www.trirand.com/blog/?page_id=393/bugs/bug-found-in-4-4-5#p28736</link>
        	<category>Bugs</category>
        	<guid isPermaLink="true">http://www.trirand.com/blog/?page_id=393/bugs/bug-found-in-4-4-5#p28736</guid>
        	        	<description><![CDATA[<p>In order to work correctly with jquery 1.9.1, I had to modify plugins/grid.addons.js line 174:</p>
</p>
<p>was: if(&#160;$("#"+fid).html()&#160;!==&#160;null&#160;)&#160;{</p>
<p>now: if(&#160;$("#"+fid).html()&#160;!==&#160;undefined&#160;)&#160;{</p>
</p>
<p>This error was causing the search filter popup to not be displayed.</p>
]]></description>
        	        	<pubDate>Mon, 06 May 2013 23:49:51 +0300</pubDate>
        </item>
</channel>
</rss>