<?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: jqGrid with auto complete feature in search bar.</title>
	<link>http://www.trirand.com/blog/?page_id=393/help/jqgrid-with-auto-complete-feature-in-search-bar</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/jqgrid-with-auto-complete-feature-in-search-bar/rss" rel="self" type="application/rss+xml" />
        <item>
        	<title>novogeek on jqGrid with auto complete feature in search bar.</title>
        	<link>http://www.trirand.com/blog/?page_id=393/help/jqgrid-with-auto-complete-feature-in-search-bar#p12391</link>
        	<category>Help</category>
        	<guid isPermaLink="true">http://www.trirand.com/blog/?page_id=393/help/jqgrid-with-auto-complete-feature-in-search-bar#p12391</guid>
        	        	<description><![CDATA[<p>Yup!</p>
<p>Coding has no language barriers 🙂 Thank you for the quick help! Will try this and get back to you 🙂</p>
<p>Regards,</p>
<p>Krishna.</p>
<p><a href="http://www.novogeek.com" rel="nofollow" target="_blank">http://www.novogeek.com</a></p>
]]></description>
        	        	<pubDate>Tue, 24 Nov 2009 09:29:41 +0200</pubDate>
        </item>
        <item>
        	<title>Rumen[Trirand] on jqGrid with auto complete feature in search bar.</title>
        	<link>http://www.trirand.com/blog/?page_id=393/help/jqgrid-with-auto-complete-feature-in-search-bar#p12363</link>
        	<category>Help</category>
        	<guid isPermaLink="true">http://www.trirand.com/blog/?page_id=393/help/jqgrid-with-auto-complete-feature-in-search-bar#p12363</guid>
        	        	<description><![CDATA[<p>It&#39;s possible and there is a good article for that here:</p>
<p><a href="http://ow.ly/163wCH" target="_blank">http://ow.ly/163wCH</a></p>
<p>(it&#39;s in russian, but the code snippets are readable and easy to follow). Basically the idea is to locate the search field and then apply the autocomplete() logic to it, e.g.</p>
</p>
<ol>
<li class="li1">
<div class="de1">&#160;jQuery<span class="br0">(</span><span class="st0">&#39;#list&#39;</span><span class="br0">)</span>.<span class="me1">jqGrid</span><span class="br0">(</span><span class="st0">&#39;searchGrid&#39;</span>,&#160;<span class="br0">{</span>multipleSearch:<span class="kw2">true</span></div>
</li>
<li class="li1">
<div class="de1">&#160; &#160; &#160; &#160;, afterShowSearch:&#160;<span class="kw2">function</span><span class="br0">(</span><span class="br0">)</span>&#160;<span class="br0">{</span></div>
</li>
<li class="li2">
<div class="de2">&#160; &#160; &#160; &#160; &#160; &#160;&#160;<span class="kw2">var</span>&#160;searchDialog = $<span class="br0">(</span><span class="st0">&#39;#fbox_list&#39;</span><span class="br0">)</span>;</div>
</li>
<li class="li1">
<div class="de1">&#160; &#160; &#160; &#160; &#160; &#160; searchDialog.<span class="me1">find</span><span class="br0">(</span><span class="st0">&#39;select[name=field]&#39;</span><span class="br0">)</span>.<span class="me1">val</span><span class="br0">(</span><span class="st0">&#39;city&#39;</span><span class="br0">)</span>;</div>
</li>
<li class="li1">
<div class="de1">&#160; &#160; &#160; &#160; &#160; &#160; searchDialog.<span class="me1">find</span><span class="br0">(</span><span class="st0">&#39;input&#39;</span><span class="br0">)</span>.<span class="me1">val</span><span class="br0">(</span>value<span class="br0">)</span>;</div>
</li>
<li class="li1">
<div class="de1">&#160; &#160; &#160; &#160;&#160;<span class="br0">}</span></div>
</li>
<li class="li1">
<div class="de1">&#160; &#160; &#160; &#160;&#160;<span class="br0">}</span><span class="br0">)</span>;</div>
</li>
</ol>
<p>Regards,</p>
<p>Rumen</p>
<p>Trirand Inc</p>
]]></description>
        	        	<pubDate>Mon, 23 Nov 2009 13:19:09 +0200</pubDate>
        </item>
        <item>
        	<title>novogeek on jqGrid with auto complete feature in search bar.</title>
        	<link>http://www.trirand.com/blog/?page_id=393/help/jqgrid-with-auto-complete-feature-in-search-bar#p12362</link>
        	<category>Help</category>
        	<guid isPermaLink="true">http://www.trirand.com/blog/?page_id=393/help/jqgrid-with-auto-complete-feature-in-search-bar#p12362</guid>
        	        	<description><![CDATA[<p>Hi folks,</p>
<p>Here is another interesting requirement. By default, the grid&#39;s integrated advanced search toolbar provides textboxes &#38; dropdowns., but I need something more. Since the data on which queries are run is huge, my client wants "auto complete" feature in the search textboxes in integrated search toolbar. Have anyone tried this before? Is it as simple as applying a "css class" to the textboxes of the toolbar and integrating it with jQuery "auto complete" plugin(<a href="http://bassistance.de/jquery-plugins/jquery-plugin-autocomplete/" rel="nofollow" target="_blank"><a href="http://bassistance.de/jquery-p" rel="nofollow">http://bassistance.de/jquery-p</a>.....ocomplete/</a>)? Do you see any problems here?</p>
<p>Please let me know your views.</p>
</p>
<p>Regards,</p>
<p>Krishna,</p>
<p><a href="http://www.novogeek.com" rel="nofollow" target="_blank">http://www.novogeek.com</a></p>
]]></description>
        	        	<pubDate>Mon, 23 Nov 2009 13:08:21 +0200</pubDate>
        </item>
</channel>
</rss>