<?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 and Jquery UI AutoComplete with Enter Key</title>
	<link>http://www.trirand.com/blog/?page_id=393/help/jqgrid-and-jquery-ui-autocomplete-with-enter-key</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-and-jquery-ui-autocomplete-with-enter-key/rss" rel="self" type="application/rss+xml" />
        <item>
        	<title>tony on Jqgrid and Jquery UI AutoComplete with Enter Key</title>
        	<link>http://www.trirand.com/blog/?page_id=393/help/jqgrid-and-jquery-ui-autocomplete-with-enter-key#p31252</link>
        	<category>Help</category>
        	<guid isPermaLink="true">http://www.trirand.com/blog/?page_id=393/help/jqgrid-and-jquery-ui-autocomplete-with-enter-key#p31252</guid>
        	        	<description><![CDATA[<p>Hello,</p>
<p>Posting a code is recommended</p>
<p>I'm that this is the problem.</p>
<p>You can disable the enter key in grid.</p>
<p>Moreover I do not see which editing module is used and etc.</p>
<p>Such kind of description will help nobody.</p>
<p>Â </p>
<p>Regards</p>
]]></description>
        	        	<pubDate>Tue, 21 Oct 2014 16:52:00 +0300</pubDate>
        </item>
        <item>
        	<title>rbg78 on Jqgrid and Jquery UI AutoComplete with Enter Key</title>
        	<link>http://www.trirand.com/blog/?page_id=393/help/jqgrid-and-jquery-ui-autocomplete-with-enter-key#p31212</link>
        	<category>Help</category>
        	<guid isPermaLink="true">http://www.trirand.com/blog/?page_id=393/help/jqgrid-and-jquery-ui-autocomplete-with-enter-key#p31212</guid>
        	        	<description><![CDATA[<p>One of the columns in a jqgrid Grid contains a autocomplete textbox during the edit mode. The autocomplete is wired correctly with the ajax call to get the data for autocomplete.</p>
<p>When an item from the autcomplete list is selected using the mouse, the selection works correctly with no errors thrown. However when i use keyboard down arrow to select an item and then press enter key, the item does not get selected and infact the jquery.ui plugin for autocomplete throws an error, stating item is undefined.</p>
<p>The problem here is that both the jqgrid edit complete event and and autocomplete select event are listening to the enter key and the jqgrid edit complete event fires before the jquery.ui autocomplete's select event and hence the edit cell is closed for editing and the select event of jquery.ui autocomplete plugin does not receive the selected item and hence we get the error item is undefined.</p>
<p>Can anyone suggest as to how to ensure that both the edit complete event and the autocomplete events COMPLETE successfully without the short circuit that is currently happening with the jqgrid's edit complete event.????</p>
]]></description>
        	        	<pubDate>Thu, 09 Oct 2014 13:32:51 +0300</pubDate>
        </item>
</channel>
</rss>