<?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: Search + ComboBox + Is Null</title>
	<link>http://www.trirand.com/blog/?page_id=393/bugs/search-combobox-is-null</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/search-combobox-is-null/rss" rel="self" type="application/rss+xml" />
        <item>
        	<title>dluis on Search + ComboBox + Is Null</title>
        	<link>http://www.trirand.com/blog/?page_id=393/bugs/search-combobox-is-null#p25094</link>
        	<category>Bugs</category>
        	<guid isPermaLink="true">http://www.trirand.com/blog/?page_id=393/bugs/search-combobox-is-null#p25094</guid>
        	        	<description><![CDATA[<p>It is a easy fix to the code.</p>
</p>
<p>Line 6166 jquery.jqgrid.src.js:</p>
</p>
<p><input type='button' class='sfcodeselect' name='sfselectit221' value='Select Code' data-codeid='sfcode221' /></p>
<div class='sfcode' id='sfcode221'>
<p>ruleOperatorSelect.bind(&#39;change&#39;,function() {</p>
<p><span style=&#34;white-space: pre;&#34;> </span>rule.op = $(ruleOperatorSelect).val();</p>
<p><span style=&#34;white-space: pre;&#34;> </span>trpar = $(this).parents(&#34;tr:first&#34;);</p>
<p><span style=&#34;white-space: pre;&#34;> </span>var rd = $(&#34;.input-elm&#34;,trpar)[0];</p>
<p><span style=&#34;white-space: pre;&#34;> </span>if (rule.op === &#34;nu&#34; &#124;&#124; rule.op === &#34;nn&#34;) { // disable for operator &#34;is null&#34; and &#34;is not null&#34;</p>
<p><span style=&#34;white-space: pre;&#34;> </span>rule.data = &#34;&#34;;</p>
<p><span style=&#34;white-space: pre;&#34;> </span><strong><span style=&#34;color: #0000ff;&#34;>if(rd.tagName.toUpperCase() != &#39;SELECT&#39;)&#160;rd.value = &#34;&#34;;</span></strong></p>
<p><span style=&#34;white-space: pre;&#34;> </span>rd.setAttribute(&#34;readonly&#34;, &#34;true&#34;);</p>
<p><span style=&#34;white-space: pre;&#34;> </span>rd.setAttribute(&#34;disabled&#34;, &#34;true&#34;);</p>
<p><span style=&#34;white-space: pre;&#34;> </span>} else {				 &#160;</p>
<p><span style=&#34;white-space: pre;&#34;> </span><strong>&#160;<span style=&#34;color: #0000ff;&#34;>if(rd.tagName.toUpperCase() == &#39;SELECT&#39;) rule.data = rd.value; </span></strong></p>
<p><span style=&#34;white-space: pre;&#34;> </span>rd.removeAttribute(&#34;readonly&#34;);	<span style=&#34;white-space: pre;&#34;> </span></p>
<p><span style=&#34;white-space: pre;&#34;> </span>rd.removeAttribute(&#34;disabled&#34;);</p>
<p><span style=&#34;white-space: pre;&#34;> </span>}<br /><span style=&#34;white-space: pre;&#34;> </span>that.onchange(); &#160;// signals that the filter has changed</p>
<p>});</p>
</div>
]]></description>
        	        	<pubDate>Mon, 07 Nov 2011 17:54:55 +0200</pubDate>
        </item>
        <item>
        	<title>dluis on Search + ComboBox + Is Null</title>
        	<link>http://www.trirand.com/blog/?page_id=393/bugs/search-combobox-is-null#p25092</link>
        	<category>Bugs</category>
        	<guid isPermaLink="true">http://www.trirand.com/blog/?page_id=393/bugs/search-combobox-is-null#p25092</guid>
        	        	<description><![CDATA[<p>I&#39;m having a problem with Search with ComboBox.</p>
</p>
<p>If I try to search with equal it makes the search ok, but if I search Is Null and then I go to Equal(or another), the "Data" field in Json will always be empty after I make a Is Null or Not Is Null search.</p>
]]></description>
        	        	<pubDate>Mon, 07 Nov 2011 17:03:34 +0200</pubDate>
        </item>
</channel>
</rss>