<?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: Case insensitive wildcard filter with filterToolbar</title>
	<link>http://www.trirand.com/blog/?page_id=393/help/case-insensitive-wildcard-filter-with-filtertoolbar</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/case-insensitive-wildcard-filter-with-filtertoolbar/rss" rel="self" type="application/rss+xml" />
        <item>
        	<title>mikeerickson on Case insensitive wildcard filter with filterToolbar</title>
        	<link>http://www.trirand.com/blog/?page_id=393/help/case-insensitive-wildcard-filter-with-filtertoolbar#p19938</link>
        	<category>Help</category>
        	<guid isPermaLink="true">http://www.trirand.com/blog/?page_id=393/help/case-insensitive-wildcard-filter-with-filtertoolbar#p19938</guid>
        	        	<description><![CDATA[<p>Oleg</p>
</p>
<p>So, this seems to perform the case insensitive search part, but it requires a return to invoke the search. &#160;How do you make this work on keypress. &#160;I see some code which appears to do the trick, but it is not working</p>
</p>
<p>{ name: &#39;Name&#39;, index: &#39;Name&#39;, width: 200,</p>
<p>searchoptions:{</p>
<p>dataInit:function(el){</p>
<p>$(el).val("b");</p>
<p>setTimeout(function(){</p>
<p>$(el).focus().trigger({ type : &#39;keypress&#39;, charCode : 13 });</p>
<p>},20);</p>
<p>}</p>
<p>}</p>
<p>},</p></p>
]]></description>
        	        	<pubDate>Wed, 22 Sep 2010 19:37:34 +0300</pubDate>
        </item>
        <item>
        	<title>OlegK on Case insensitive wildcard filter with filterToolbar</title>
        	<link>http://www.trirand.com/blog/?page_id=393/help/case-insensitive-wildcard-filter-with-filtertoolbar#p19922</link>
        	<category>Help</category>
        	<guid isPermaLink="true">http://www.trirand.com/blog/?page_id=393/help/case-insensitive-wildcard-filter-with-filtertoolbar#p19922</guid>
        	        	<description><![CDATA[<p>Look at my answer <a href="/blog/?page_id=393/help/toolbar-search-case-insensitive/" target="_blank">here</a>&#160;and <a href="http://www.ok-soft-gmbh.com/jqGrid/CustomFilter3.htm" target="_blank">this</a> code example.</p>
<p>Regards<br />&#160;Oleg</p>
]]></description>
        	        	<pubDate>Wed, 22 Sep 2010 09:26:28 +0300</pubDate>
        </item>
        <item>
        	<title>mikeerickson on Case insensitive wildcard filter with filterToolbar</title>
        	<link>http://www.trirand.com/blog/?page_id=393/help/case-insensitive-wildcard-filter-with-filtertoolbar#p19918</link>
        	<category>Help</category>
        	<guid isPermaLink="true">http://www.trirand.com/blog/?page_id=393/help/case-insensitive-wildcard-filter-with-filtertoolbar#p19918</guid>
        	        	<description><![CDATA[<p>OK, I have found how to do contains by adding <strong>defaultSearch:"cn"</strong> to filterToolbar call.</p>
</p>
<p>&#160;&#160; &#160;$("#list").jqGrid(&#39;filterToolbar&#39;,{stringResult: true,searchOnEnter : false, defaultSearch:"cn"});</p>
</p>
<p>Now I just need to figure out how to perform a "wildcard" filter</p></p>
]]></description>
        	        	<pubDate>Wed, 22 Sep 2010 03:40:42 +0300</pubDate>
        </item>
        <item>
        	<title>mikeerickson on Case insensitive wildcard filter with filterToolbar</title>
        	<link>http://www.trirand.com/blog/?page_id=393/help/case-insensitive-wildcard-filter-with-filtertoolbar#p19917</link>
        	<category>Help</category>
        	<guid isPermaLink="true">http://www.trirand.com/blog/?page_id=393/help/case-insensitive-wildcard-filter-with-filtertoolbar#p19917</guid>
        	        	<description><![CDATA[<p>I am trying to figure out how to perform a case insensitive filter using jqGird filterToolbar. &#160;Out of the box, it only seems to filter case sensitive begins with. &#160;I would like to perform a wildcard search, instead of begins with.</p>
]]></description>
        	        	<pubDate>Wed, 22 Sep 2010 03:33:24 +0300</pubDate>
        </item>
</channel>
</rss>