<?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: Enable globally scrollingRows</title>
	<link>http://www.trirand.com/blog/?page_id=393/help/enable-globally-scrollingrows</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/enable-globally-scrollingrows/rss" rel="self" type="application/rss+xml" />
        <item>
        	<title>tony on Enable globally scrollingRows</title>
        	<link>http://www.trirand.com/blog/?page_id=393/help/enable-globally-scrollingrows#p24931</link>
        	<category>Help</category>
        	<guid isPermaLink="true">http://www.trirand.com/blog/?page_id=393/help/enable-globally-scrollingrows#p24931</guid>
        	        	<description><![CDATA[<p>HEllo,</p>
<p>Currently this is not possible, but you can do a simple function which call the grid and bind keys and use this function in all your projects</p>
</p>
<p>Somrthing like this</p>
</p>
<p><input type='button' class='sfcodeselect' name='sfselectit274' value='Select Code' data-codeid='sfcode274' /></p>
<div class='sfcode' id='sfcode274'>
<p>function AllMyGrids( element, options )</p>
<p>{</p>
<p>$(element).jqGrid(options);</p>
<p>$(element).jqGrid(&#39;bindKeys&#39;);</p>
<p>}</p>
</p>
</div>
<p>and use it everywher in your project</p>
</p>
<p>Regards</p></p>
]]></description>
        	        	<pubDate>Thu, 20 Oct 2011 04:34:22 +0300</pubDate>
        </item>
        <item>
        	<title>bartroby on Enable globally scrollingRows</title>
        	<link>http://www.trirand.com/blog/?page_id=393/help/enable-globally-scrollingrows#p24916</link>
        	<category>Help</category>
        	<guid isPermaLink="true">http://www.trirand.com/blog/?page_id=393/help/enable-globally-scrollingrows#p24916</guid>
        	        	<description><![CDATA[<p>Hi,</p>
<p>same question, i need to enable keyup and keydown scrolling in global option for all jqgrid tables in my application.</p>
<p>Can anyone help me?</p>
<p>Thnx</p>
]]></description>
        	        	<pubDate>Tue, 18 Oct 2011 12:57:19 +0300</pubDate>
        </item>
        <item>
        	<title>r.cappa on Enable globally scrollingRows</title>
        	<link>http://www.trirand.com/blog/?page_id=393/help/enable-globally-scrollingrows#p24887</link>
        	<category>Help</category>
        	<guid isPermaLink="true">http://www.trirand.com/blog/?page_id=393/help/enable-globally-scrollingrows#p24887</guid>
        	        	<description><![CDATA[<p>Hi, I&#39;m using the "bindKeys" method in last (4.2.0) jqgrid version in order to enable keyup and keydown scrolling. It works perfectly, but I need to enable this option in the whole application (a large number of jqgrids). I&#39;m wondering if it is possibile to configure this at global level, without calling the method manually on each table. Unfortunately, "bindKeys" is a method and not an option, so it seems to be impossibile because only options can be set at "$.jgrid" level. Any suggestion?</p>
</p>
<p>Thanks</p>
]]></description>
        	        	<pubDate>Thu, 13 Oct 2011 12:34:07 +0300</pubDate>
        </item>
</channel>
</rss>