<?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: Missing "IS NULL" and "IS NOT NULL"  items in search operators</title>
	<link>http://www.trirand.com/blog/?page_id=393/help/missing-is-null-and-is-not-null-items-in-search-operators</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/missing-is-null-and-is-not-null-items-in-search-operators/rss" rel="self" type="application/rss+xml" />
        <item>
        	<title>tony on Missing "IS NULL" and "IS NOT NULL"  items in search operators</title>
        	<link>http://www.trirand.com/blog/?page_id=393/help/missing-is-null-and-is-not-null-items-in-search-operators#p29587</link>
        	<category>Help</category>
        	<guid isPermaLink="true">http://www.trirand.com/blog/?page_id=393/help/missing-is-null-and-is-not-null-items-in-search-operators#p29587</guid>
        	        	<description><![CDATA[<p>Hello,</p>
</p>
<p>I will need to update all the lang files. Thanks for confirm that this work.</p>
</p>
<p>Regards</p>
]]></description>
        	        	<pubDate>Wed, 02 Oct 2013 12:19:50 +0300</pubDate>
        </item>
        <item>
        	<title>vitula on Missing "IS NULL" and "IS NOT NULL"  items in search operators</title>
        	<link>http://www.trirand.com/blog/?page_id=393/help/missing-is-null-and-is-not-null-items-in-search-operators#p29584</link>
        	<category>Help</category>
        	<guid isPermaLink="true">http://www.trirand.com/blog/?page_id=393/help/missing-is-null-and-is-not-null-items-in-search-operators#p29584</guid>
        	        	<description><![CDATA[<p>This is it. It works. Thank You very much.</p>
</p>
<p>$.jgrid.search = {</p>
<p>odata : [</p>
<p>{ oper: &#39;eq&#39;, text: "rovno" },</p>
<p>{ oper: &#39;ne&#39;, text: "nerovno" },</p>
<p>{ oper: &#39;lt&#39;, text: "men&#353;&#237;" },</p>
<p>{ oper: &#39;le&#39;, text: "men&#353;&#237; nebo rovno" },</p>
<p>{ oper: &#39;gt&#39;, text: "vÄ›t&#353;&#237;" },</p>
<p>{ oper: &#39;ge&#39;, text: "vÄ›t&#353;&#237; nebo rovno" },</p>
<p>{ oper: &#39;bw&#39;, text: "zaÄ&#237;n&#225; s" },</p>
<p>{ oper: &#39;bn&#39;, text: "nezaÄ&#237;n&#225; s" },</p>
<p>{ oper: &#39;in&#39;, text: "je v" },</p>
<p>{ oper: &#39;ni&#39;, text: "nen&#237; v" },</p>
<p>{ oper: &#39;ew&#39;, text: "konÄ&#237; s" },</p>
<p>{ oper: &#39;en&#39;, text: "nekonÄ&#237; s" },</p>
<p>{ oper: &#39;cn&#39;, text: "obsahuje" },</p>
<p>{ oper: &#39;nc&#39;, text: "neobsahuje" },</p>
<p>{ oper: &#39;nu&#39;, text: "je null" },</p>
<p>{ oper: &#39;nn&#39;, text: "nen&#237; null" }</p>
<p>]</p>
<p>};</p></p>
]]></description>
        	        	<pubDate>Tue, 01 Oct 2013 13:32:45 +0300</pubDate>
        </item>
        <item>
        	<title>tony on Missing "IS NULL" and "IS NOT NULL"  items in search operators</title>
        	<link>http://www.trirand.com/blog/?page_id=393/help/missing-is-null-and-is-not-null-items-in-search-operators#p29569</link>
        	<category>Help</category>
        	<guid isPermaLink="true">http://www.trirand.com/blog/?page_id=393/help/missing-is-null-and-is-not-null-items-in-search-operators#p29569</guid>
        	        	<description><![CDATA[<p>Hello,</p>
<p>This is missed part in lang file.</p>
<p>In your language file (in this case grid.locale-en.js) in item search.odata add the following two items</p>
<p>{ oper:&#39;nu&#39;, text:&#39;is NULL&#39;}, { oper:&#39;nn&#39;, text:&#39;is NOT NULL&#39;} , so it will becom</p>
</p>
<p><input type='button' class='sfcodeselect' name='sfselectit3741' value='Select Code' data-codeid='sfcode3741' /></p>
<div class='sfcode' id='sfcode3741'>
<p>&#8230;.</p>
<p>search : {</p>
<p>&#8230;</p>
<p>&#160;&#160; odata : [{...},..., { oper:&#39;nu&#39;, text:&#39;is NULL&#39;}, { oper:&#39;nn&#39;, text:&#39;is NOT NULL&#39;}]</p>
<p>&#8230;</p>
<p>}</p>
</p>
</div>
<p>Regards</p>
]]></description>
        	        	<pubDate>Mon, 30 Sep 2013 11:36:24 +0300</pubDate>
        </item>
        <item>
        	<title>vitula on Missing "IS NULL" and "IS NOT NULL"  items in search operators</title>
        	<link>http://www.trirand.com/blog/?page_id=393/help/missing-is-null-and-is-not-null-items-in-search-operators#p29567</link>
        	<category>Help</category>
        	<guid isPermaLink="true">http://www.trirand.com/blog/?page_id=393/help/missing-is-null-and-is-not-null-items-in-search-operators#p29567</guid>
        	        	<description><![CDATA[<p><a href="http://www.ok-soft-gmbh.com/jqGrid/ShowOnlyCurrentSortableIcon1.htm" target="_blank">demo</a></p>
]]></description>
        	        	<pubDate>Mon, 30 Sep 2013 08:57:34 +0300</pubDate>
        </item>
        <item>
        	<title>vitula on Missing "IS NULL" and "IS NOT NULL"  items in search operators</title>
        	<link>http://www.trirand.com/blog/?page_id=393/help/missing-is-null-and-is-not-null-items-in-search-operators#p29566</link>
        	<category>Help</category>
        	<guid isPermaLink="true">http://www.trirand.com/blog/?page_id=393/help/missing-is-null-and-is-not-null-items-in-search-operators#p29566</guid>
        	        	<description><![CDATA[<p>This example is OK.</p>
<p><a href="http://www.ok-soft-gmbh.com/jqGrid/ShowOnlyCurrentSortableIcon1.htm" rel="nofollow" target="_blank"><a href="http://www.ok-soft-gmbh.com/jq" rel="nofollow">http://www.ok-soft-gmbh.com/jq</a>.....eIcon1.htm</a></p>
<p>&#160;It uses jquery-1.7.1 and jquery-ui-1.8.16 and jqGrid-4.3.1</p>
</p>
<p>but if you change to jquery-1.10.1 and jquery-ui-1.10.3 and jqGrid-4.5.2 - all the latest -</p>
<p>items &#39;nu&#39; and &#39;nn&#39; disappear. Everything else seems to work fine.</p>
</p>
<p>Please help. I am not so good to trace the problem.</p>
</p>
<p>Thank you</p>
]]></description>
        	        	<pubDate>Mon, 30 Sep 2013 08:39:58 +0300</pubDate>
        </item>
</channel>
</rss>