<?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: Is "ignoreCase" in jqGrid 3.8</title>
	<link>http://www.trirand.com/blog/?page_id=393/help/is-ignorecase-in-jqgrid-3-8</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/is-ignorecase-in-jqgrid-3-8/rss" rel="self" type="application/rss+xml" />
        <item>
        	<title>simspace on Is "ignoreCase" in jqGrid 3.8</title>
        	<link>http://www.trirand.com/blog/?page_id=393/help/is-ignorecase-in-jqgrid-3-8#p20151</link>
        	<category>Help</category>
        	<guid isPermaLink="true">http://www.trirand.com/blog/?page_id=393/help/is-ignorecase-in-jqgrid-3-8#p20151</guid>
        	        	<description><![CDATA[<p>Ok... nevermind... I viewed the source of the example and got it working.&#160;My mistake was this...</p>
<p>&#160;&#160; &#160;$j(&#39;#leadlist&#39;).filterToolbar({<strong>ignoreCase:true,</strong>&#160;stringResult:true, searchOnEnter:false, autosearch:true, defaultSearch:&#39;cn&#39;});</p>
<p>Instead the ignoreCase option is used when defining the grid as in...</p>
<p>&#160;&#160; &#160;myGrid = $j("#mygrid").jqGrid({</p>
<p>&#160;&#160; &#160;&#160;&#160; &#160;colNames:[&#39;col1&#39;, &#39;col2&#39;, &#39;col3&#39;],</p>
<p>&#160;&#160; &#160;&#160;&#160; &#160;colModel :[{name:&#39;col1&#39;, index:&#39;col1&#39;, width:50, align:&#39;center&#39;, stype:&#39;select&#39;},{name:&#39;col2&#39;, index:&#39;col2&#39;, width:150}],</p>
<p><strong><span style="color: #800000;">&#160;&#160; &#160;ignoreCase:true,</span></strong></p>
<p>&#160;&#160; &#160;pager: &#39;#mygridpager&#39;,</p>
<p>&#160;&#160; &#160;hidegrid:false,</p>
<p>&#160;&#160; &#160;caption: &#39;My Grid&#39;,</p>
<p>&#160;&#160; &#160;altRows:true,</p>
<p>&#160;&#160; &#160;rowNum:20,</p>
<p>&#160;&#160; &#160;rowList:[20,50,100]</p>
<p>&#160;&#160; &#160;});</p></p>
]]></description>
        	        	<pubDate>Tue, 05 Oct 2010 19:14:24 +0300</pubDate>
        </item>
        <item>
        	<title>simspace on Is "ignoreCase" in jqGrid 3.8</title>
        	<link>http://www.trirand.com/blog/?page_id=393/help/is-ignorecase-in-jqgrid-3-8#p20136</link>
        	<category>Help</category>
        	<guid isPermaLink="true">http://www.trirand.com/blog/?page_id=393/help/is-ignorecase-in-jqgrid-3-8#p20136</guid>
        	        	<description><![CDATA[<p>Hi,</p>
<p>I am wondering if the filter toolbar option "ignoreCase" has been added to&#160;jqGrid 3.8 as talked about <a href="/blog/?page_id=393/bugs/case-insensitive-local-searching/#p19541" target="_blank">here</a>?</p>
<p>Thanks</p>
<p>Chris</p></p>
]]></description>
        	        	<pubDate>Tue, 05 Oct 2010 01:10:00 +0300</pubDate>
        </item>
</channel>
</rss>