<?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: TAB key with hidden column</title>
	<link>http://www.trirand.com/blog/?page_id=393/help/tab-key-with-hidden-column</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/tab-key-with-hidden-column/rss" rel="self" type="application/rss+xml" />
        <item>
        	<title>tony on TAB key with hidden column</title>
        	<link>http://www.trirand.com/blog/?page_id=393/help/tab-key-with-hidden-column#p29822</link>
        	<category>Help</category>
        	<guid isPermaLink="true">http://www.trirand.com/blog/?page_id=393/help/tab-key-with-hidden-column#p29822</guid>
        	        	<description><![CDATA[<p>Hello,</p>
</p>
<p>This is not a jqGrid feature.</p>
<p>Just create some hidden fields without using jqGrid and try to Tab it.</p>
</p>
<p>Regards</p></p>
]]></description>
        	        	<pubDate>Sun, 10 Nov 2013 13:18:12 +0200</pubDate>
        </item>
        <item>
        	<title>mireczech on TAB key with hidden column</title>
        	<link>http://www.trirand.com/blog/?page_id=393/help/tab-key-with-hidden-column#p29799</link>
        	<category>Help</category>
        	<guid isPermaLink="true">http://www.trirand.com/blog/?page_id=393/help/tab-key-with-hidden-column#p29799</guid>
        	        	<description><![CDATA[<p>I have solved:</p>
</p>
<p><input type='button' class='sfcodeselect' name='sfselectit2913' value='Select Code' data-codeid='sfcode2913' /></p>
<div class='sfcode' id='sfcode2913'> function ChangeHiddenColPosition() {            var perm = [];            var colModel = $(&#39;#grid&#39;).getGridParam(&#39;colModel&#39;);            for (i = 0; i &#60; colModel.length; i++) {                  if (!colModel[i].hidden) {                        perm.push(i);                  }            }            for (i = 0; i &#60; colModel.length; i++) {                  if (colModel[i].hidden) {                        perm.push(i);                  }            }            $(&#39;#grid&#39;).remapColumns(perm, true, false);      } </div>
]]></description>
        	        	<pubDate>Wed, 06 Nov 2013 18:47:35 +0200</pubDate>
        </item>
        <item>
        	<title>mireczech on TAB key with hidden column</title>
        	<link>http://www.trirand.com/blog/?page_id=393/help/tab-key-with-hidden-column#p29798</link>
        	<category>Help</category>
        	<guid isPermaLink="true">http://www.trirand.com/blog/?page_id=393/help/tab-key-with-hidden-column#p29798</guid>
        	        	<description><![CDATA[<p>Hello,</p>
</p>
<p>I found out that if the grid has any hidden columns, Tab key does not work through these columns. It occurred to me to solve it so that the hidden columns skip to the end but I&#39;m not sure if this is possible? Can I dynamically change the order of columns?</p>
</p>
<p>Thank you.</p>
]]></description>
        	        	<pubDate>Wed, 06 Nov 2013 12:43:47 +0200</pubDate>
        </item>
</channel>
</rss>