<?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: Overrides Enter and Tab for Cell Editing</title>
	<link>http://www.trirand.com/blog/?page_id=393/help/overrides-enter-and-tab-for-cell-editing</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/overrides-enter-and-tab-for-cell-editing/rss" rel="self" type="application/rss+xml" />
        <item>
        	<title>r.thal on Overrides Enter and Tab for Cell Editing</title>
        	<link>http://www.trirand.com/blog/?page_id=393/help/overrides-enter-and-tab-for-cell-editing#p27199</link>
        	<category>Help</category>
        	<guid isPermaLink="true">http://www.trirand.com/blog/?page_id=393/help/overrides-enter-and-tab-for-cell-editing#p27199</guid>
        	        	<description><![CDATA[<p>Answering my own question, I had to modify the grid.celledit.js file and changed the binding of the Enter key:</p>
<p>$("input, select, textarea",cc).bind("keydown",function(e) {</p>
<p>&#160;&#160; ...</p>
<p>&#160;&#160; if (e.keyCode === 13) {</p>
<p>&#160;&#160;&#160;&#160;&#160; ... my code here ....</p></p>
]]></description>
        	        	<pubDate>Sat, 25 Aug 2012 15:53:04 +0300</pubDate>
        </item>
        <item>
        	<title>r.thal on Overrides Enter and Tab for Cell Editing</title>
        	<link>http://www.trirand.com/blog/?page_id=393/help/overrides-enter-and-tab-for-cell-editing#p27009</link>
        	<category>Help</category>
        	<guid isPermaLink="true">http://www.trirand.com/blog/?page_id=393/help/overrides-enter-and-tab-for-cell-editing#p27009</guid>
        	        	<description><![CDATA[<p>By default Enter and Tab when used in Cell Editing will cause the cell to be saved. I only want the cell to be saved when the user clicks on another cell and the Enter and Tab characters to be taken in as any other character and added to the cell value.&#160; How do I get this behavior ? Thanks in advance.</p>
]]></description>
        	        	<pubDate>Tue, 24 Jul 2012 21:11:42 +0300</pubDate>
        </item>
</channel>
</rss>