<?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 searching:  not equal to empty string</title>
	<link>http://www.trirand.com/blog/?page_id=393/help/custom-searching-not-equal-to-empty-string</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/help/custom-searching-not-equal-to-empty-string/rss" rel="self" type="application/rss+xml" />
        <item>
        	<title>Octavient on custom searching:  not equal to empty string</title>
        	<link>http://www.trirand.com/blog/?page_id=393/help/custom-searching-not-equal-to-empty-string#p24648</link>
        	<category>Help</category>
        	<guid isPermaLink="true">http://www.trirand.com/blog/?page_id=393/help/custom-searching-not-equal-to-empty-string#p24648</guid>
        	        	<description><![CDATA[<p>I&#39;ve found that this works well for custom searching/filtering:</p>
</p>
<p class="p1">&#160; &#160; &#160;$.extend(postdata,{filters:&#39;&#39;,searchField: &#39;ColumnName&#39;, searchOper: &#39;eq&#39;, searchString: &#39;test search string&#39;});</p>
<p class="p1">&#160;</p>
<p class="p1">But what if I want to filter records that don&#39;t have an empty string in a particular column? &#160;Why doesn&#39;t this work?</p>
<p class="p1">&#160;</p>
<p class="p1">&#160; &#160; &#160;$.extend(postdata,{filters:&#39;&#39;,searchField: &#39;ColumnName&#39;, searchOper: &#39;ne&#39;, searchString: &#39;&#39;});&#160;</p>
<p class="p1">&#160;</p>
<p class="p1">&#160; &#160; &#160;OR</p>
<p class="p1">&#160;</p>
<p class="p1">&#160; &#160; &#160;$.extend(postdata,{filters:&#39;&#39;,searchField: &#39;ColumnName&#39;, searchOper: &#39;ne&#39;, searchString: null});</p>
]]></description>
        	        	<pubDate>Fri, 16 Sep 2011 17:33:35 +0300</pubDate>
        </item>
</channel>
</rss>