<?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: getting results from autocomplete </title>
	<link>http://www.trirand.com/blog/?page_id=393/help/getting-results-from-autocomplete</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/getting-results-from-autocomplete/rss" rel="self" type="application/rss+xml" />
        <item>
        	<title>tony on getting results from autocomplete </title>
        	<link>http://www.trirand.com/blog/?page_id=393/help/getting-results-from-autocomplete#p18321</link>
        	<category>Help</category>
        	<guid isPermaLink="true">http://www.trirand.com/blog/?page_id=393/help/getting-results-from-autocomplete#p18321</guid>
        	        	<description><![CDATA[<p>Hello Reg,</p>
<p>The problem you have is</p>
<p>You used a old autocomplete plugin, which work quite diffrent from those provided in jQuery UI 1.8.2.</p>
<p>In order to resolve:</p>
<p>1. You should change your code according to the new plugin</p>
<p>or</p>
<p>2. If you download the jQuery UI do not mark the autocomplete widget and use the old one. Do not forget in this case to include the old autocomplete in head section</p>
<p>Regards</p>
<p>Tony</p>
]]></description>
        	        	<pubDate>Wed, 30 Jun 2010 17:01:15 +0300</pubDate>
        </item>
        <item>
        	<title>Reg on getting results from autocomplete </title>
        	<link>http://www.trirand.com/blog/?page_id=393/help/getting-results-from-autocomplete#p18224</link>
        	<category>Help</category>
        	<guid isPermaLink="true">http://www.trirand.com/blog/?page_id=393/help/getting-results-from-autocomplete#p18224</guid>
        	        	<description><![CDATA[<p>Again, this used to work in earlier versions (although I suspect this is more of a question about jQuery than jGrid -- sorry about that; I hope someone knows the answer anyway)</p>
</p>
<p>&#160;&#160;&#160; $("#fullpage_txtclientvendor").autocomplete("url here"&#160;{<br />&#160;&#160;&#160;&#160;&#160;&#160;&#160; delay: 150,<br />&#160;&#160;&#160;&#160;&#160;&#160;&#160; width: 260,<br />&#160;&#160;&#160;&#160;&#160;&#160;&#160; max: 25,<br />&#160;&#160;&#160;&#160;&#160;&#160;&#160; autofill: true,<br />&#160;&#160;&#160;&#160;&#160;&#160;&#160; selectFirst: true<br />&#160;&#160;&#160;&#160;&#160; });<br />&#160;&#160;&#160; $("#fullpage_txtclientvendor").result(function(event, data, formatted) {<br />&#160;&#160;&#160;&#160;&#160;&#160;&#160; $("#fullpage_txtclientvendorkey").val(data[1]);<br />&#160;&#160;&#160;&#160;&#160; });;</p>
</p>
<p>The error I get refers to the second statement: $("#fullpage_txtclientvendor").result(function(event, data, formatted) {</p>
<p>Any help would be greatly appreciated</p>
<p>Thanks</p>
<p>Reg</p></p>
]]></description>
        	        	<pubDate>Sun, 27 Jun 2010 20:19:35 +0300</pubDate>
        </item>
</channel>
</rss>