<?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: Auto suggest</title>
	<link>http://www.trirand.com/blog/?page_id=393/help/auto-suggest</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/auto-suggest/rss" rel="self" type="application/rss+xml" />
        <item>
        	<title>markw65 on Auto suggest</title>
        	<link>http://www.trirand.com/blog/?page_id=393/help/auto-suggest#p12799</link>
        	<category>Help</category>
        	<guid isPermaLink="true">http://www.trirand.com/blog/?page_id=393/help/auto-suggest#p12799</guid>
        	        	<description><![CDATA[<div>
<p>Except that afterShowForm gets called each time the form is shown (!). Which would mean that you invoke autocomplete again each time the form is shown.</p>
</p>
<p>You can get around that by setting "recreateForm:true", or you could use onInitializeForm, which only gets called once.</p>
</p>
<p>Mark</p>
<div></div>
</div>
]]></description>
        	        	<pubDate>Mon, 07 Dec 2009 18:08:32 +0200</pubDate>
        </item>
        <item>
        	<title>Rumen[Trirand] on Auto suggest</title>
        	<link>http://www.trirand.com/blog/?page_id=393/help/auto-suggest#p12784</link>
        	<category>Help</category>
        	<guid isPermaLink="true">http://www.trirand.com/blog/?page_id=393/help/auto-suggest#p12784</guid>
        	        	<description><![CDATA[<p>Hello,</p>
<p>This is possible by using the afteShowForm event of the grid - it gets fired immediately after the form is shown. Then, you can locate the element showing the field (the same ID as the column name) and hook the autocomplete logic to it.</p>
</p>
<p>Example:</p>
<p>...</p>
<p>afterShowForm: &#160;hookAutoComplete&#160;</p>
<div class="im">
<p class="MsoNormal">...</p>
<p class="MsoNormal"><span>&#160;</span></p>
<p class="MsoNormal"><span>&#160;&#160;&#160;&#160;&#160;&#160;&#160; function hookAutoComplete(formID) {</span></p>
<p class="MsoNormal"><span>&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160; // locate the textbox here and hook&#160;<span class="il">autocomplete</span></span></p>
</div>
<p class="MsoNormal"><span>&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160; $("#CustomerID").<span class="il">autocomplete</span>(cities);</span></p>
<p class="MsoNormal"><span>&#160;&#160;&#160;&#160;&#160;&#160;&#160; }</span></p>
]]></description>
        	        	<pubDate>Mon, 07 Dec 2009 09:21:03 +0200</pubDate>
        </item>
        <item>
        	<title>andthereitgoes on Auto suggest</title>
        	<link>http://www.trirand.com/blog/?page_id=393/help/auto-suggest#p12783</link>
        	<category>Help</category>
        	<guid isPermaLink="true">http://www.trirand.com/blog/?page_id=393/help/auto-suggest#p12783</guid>
        	        	<description><![CDATA[<p>i would like to add auto suggest feature for "Add Data" forms?</p>
<p>is there anyway to do that?</p>
<p>what i would like to do is when i add a new record, i would like to provide auto suggestions for certain fields.</p>
<p>any comments would be helpful.</p>
<p>cheers</p></p>
]]></description>
        	        	<pubDate>Mon, 07 Dec 2009 01:18:39 +0200</pubDate>
        </item>
</channel>
</rss>