<?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: Scrolling and key events</title>
	<link>http://www.trirand.com/blog/?page_id=393/help/scrolling-and-key-events</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/scrolling-and-key-events/rss" rel="self" type="application/rss+xml" />
        <item>
        	<title>tony on Scrolling and key events</title>
        	<link>http://www.trirand.com/blog/?page_id=393/help/scrolling-and-key-events#p9936</link>
        	<category>Help</category>
        	<guid isPermaLink="true">http://www.trirand.com/blog/?page_id=393/help/scrolling-and-key-events#p9936</guid>
        	        	<description><![CDATA[<p>Hello,</p>
<p>Short - you can look in grid.celledit.js and especially the method GridNav.</p>
<p>This methiod can be extend to support what you want.</p>
<p>Regards</p>
<p>Tony</p>
]]></description>
        	        	<pubDate>Mon, 21 Sep 2009 09:09:47 +0300</pubDate>
        </item>
        <item>
        	<title>jpalac on Scrolling and key events</title>
        	<link>http://www.trirand.com/blog/?page_id=393/help/scrolling-and-key-events#p9904</link>
        	<category>Help</category>
        	<guid isPermaLink="true">http://www.trirand.com/blog/?page_id=393/help/scrolling-and-key-events#p9904</guid>
        	        	<description><![CDATA[<p>Hi,</p>
</p>
<p>I&#39;m using grid 3.5.3 with cell editing.</p>
<p>I&#39;d like to be able to add custom keydown events to the grid:</p>
<ul>
<li>home - select first cell in current row</li>
<li>end - select last cell in current row</li>
<li>pagedown - scroll grid to end of curret data - select that row</li>
<li>page up - scroll grid to start of current data - select that row</li>
<li>Del + ctrl - delete selected row</li>
<li>Insert + ctrl - copy selected row</li>
</ul>
<p>I&#39;m able to wire up a keyup event however I&#39;m unable to connect to the keydown event. I&#39;m assuming that it&#39;s because it&#39;s already being used by the grid somewhere and hence my event never executes.</p>
<p>Is there a way around this?</p>
<p>Also - if the user hits the end key, and the last cell in the grid is selected, I also want to be able to automaticlaly scroll horizontally so that the cell is visible on the screen. Is there a scrolling method I can call?</p>
</p>
<p>Thanks,</p>
</p>
<p>Jo</p>
]]></description>
        	        	<pubDate>Mon, 21 Sep 2009 01:48:13 +0300</pubDate>
        </item>
</channel>
</rss>