<?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: INSENSITIVE case search solution for 3.7.2</title>
	<link>http://www.trirand.com/blog/?page_id=393/treegrid/insensitive-case-search-solution-for-3-7-2</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/treegrid/insensitive-case-search-solution-for-3-7-2/rss" rel="self" type="application/rss+xml" />
        <item>
        	<title>yannick on INSENSITIVE case search solution for 3.7.2</title>
        	<link>http://www.trirand.com/blog/?page_id=393/treegrid/insensitive-case-search-solution-for-3-7-2#p19599</link>
        	<category>TreeGrid</category>
        	<guid isPermaLink="true">http://www.trirand.com/blog/?page_id=393/treegrid/insensitive-case-search-solution-for-3-7-2#p19599</guid>
        	        	<description><![CDATA[<p>It&#39;s almost oleg <img class="spSmiley" style="margin:0" title="Laugh" src="/blog/wp-content/forum-smileys/sf-laugh.gif" alt="Laugh" /></p>
</p>
<p>In fact you helped me solve it but ur solution wont work in this case,</p>
</p>
<p>I dont want to have my equal or any other search replace,</p>
<p>so i modified the contains function adequatly.</p>
</p>
<p>Btw if someone find it usefull, use it, if not ... well ....</p>
]]></description>
        	        	<pubDate>Wed, 08 Sep 2010 16:47:29 +0300</pubDate>
        </item>
        <item>
        	<title>OlegK on INSENSITIVE case search solution for 3.7.2</title>
        	<link>http://www.trirand.com/blog/?page_id=393/treegrid/insensitive-case-search-solution-for-3-7-2#p19595</link>
        	<category>TreeGrid</category>
        	<guid isPermaLink="true">http://www.trirand.com/blog/?page_id=393/treegrid/insensitive-case-search-solution-for-3-7-2#p19595</guid>
        	        	<description><![CDATA[<p>Look at my suggestion from /blog/?page_id=393/bugs/case-insensitive-local-searching/&#160;and my answer /blog/?page_id=393/help/toolbar-search-case-insensitive/&#160;with the demo <a href="http://www.ok-soft-gmbh.com/jqGrid/CustomFilter3.htm" rel="nofollow" target="_blank"><a href="http://www.ok-soft-gmbh.com/jq" rel="nofollow">http://www.ok-soft-gmbh.com/jq</a>.....ilter3.htm</a>.</p>
<p>Is it not what you want?</p>
<p>You can of case make the same changes in the source code of 3.7.2 and create a minimized version of 3.7.2 yourself with respect of YUI Compressor or other <a href="http://coderjournal.com/2010/01/performance-optimizations-made-by-microsoft-google-and-yahoo-javascript-minimizers/" target="_blank">minimizer</a>.</p>
<p>Best regards<br />Oleg&#160;</p>
]]></description>
        	        	<pubDate>Wed, 08 Sep 2010 16:02:24 +0300</pubDate>
        </item>
        <item>
        	<title>yannick on INSENSITIVE case search solution for 3.7.2</title>
        	<link>http://www.trirand.com/blog/?page_id=393/treegrid/insensitive-case-search-solution-for-3-7-2#p19594</link>
        	<category>TreeGrid</category>
        	<guid isPermaLink="true">http://www.trirand.com/blog/?page_id=393/treegrid/insensitive-case-search-solution-for-3-7-2#p19594</guid>
        	        	<description><![CDATA[<p>Posting that coz took me quite a while to figure where to put my code in the compiled version.</p>
</p>
<p>Some of ya asked, some like me cant wait 3.8 (my release is by wenesday... so had to make it work)</p>
</p>
<p>Here is an easy fix.</p>
</p>
<p>in jquery.jqGrid.min.js</p>
<p>Change line 26 or add red text :</p>
<p>L?c._append(c._getStr("this."+l)+".substr("+c._getStr("this."+l)+".length-"+o+","+o+&#39;) == "&#39;+c._toStr(m)+&#39;"&#39;):c._append(c._getStr("this")+".substr("+c._getStr("this")+&#39;.length-"&#39;+c._toStr(l)+&#39;".length,"&#39;+c._toStr(l)+&#39;".length) == "&#39;+c._toStr(l)+&#39;"&#39;);c._setCommand(c.endsWith,l);c._resetNegate();return c};this.contains=function(l,m){L?c._append(c._getStr("this."+l)+&#39;<span style="color: #ff0000;"><strong>.toLowerCase()</strong></span>.indexOf("&#39;+c._toStr(m)<span style="color: #ff0000;"><strong>.toLowerCase()</strong></span>+&#39;",0) &#62; -1&#39;):c._append(c._getStr("this")+&#39;.indexOf("&#39;+c._toStr(l)+&#39;",0) &#62; -1&#39;);c._setCommand(c.contains,l);c._resetNegate();</p>
</p>
<p>As a reminder to switch to contain by default =&#62;</p>
</p>
<p>in jquery.jqGrid.min.js</p>
<p>in line 228</p>
<p>this.searchoptions.sopt[0]:"bw"</p>
</p>
<p>should be changed to&#160;:</p>
<p>this.searchoptions.sopt[0]:"<span style="color: #ff0000;"><strong>cn</strong></span>"</p>
</p>
<p>(or any other u want to list is a bit before take a look)</p>
]]></description>
        	        	<pubDate>Wed, 08 Sep 2010 15:46:04 +0300</pubDate>
        </item>
</channel>
</rss>