<?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: List of hidden columns</title>
	<link>http://www.trirand.com/blog/?page_id=393/help/list-of-hidden-columns</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/list-of-hidden-columns/rss" rel="self" type="application/rss+xml" />
        <item>
        	<title>tony on List of hidden columns</title>
        	<link>http://www.trirand.com/blog/?page_id=393/help/list-of-hidden-columns#p8878</link>
        	<category>Help</category>
        	<guid isPermaLink="true">http://www.trirand.com/blog/?page_id=393/help/list-of-hidden-columns#p8878</guid>
        	        	<description><![CDATA[<p>Hello</p>
<p>You can</p>
<p>var mymodel = $("#mygrid").getGridParam(&#39;colModel&#39;) // this get the colModel array</p>
<p>// loop the array and get the hideen columns</p>
<p>$.each(mymodel, function(i) {</p>
<p>if(this.hidden == true ) {</p>
<p>// do something here</p>
<p>}</p>
<p>});</p>
]]></description>
        	        	<pubDate>Fri, 21 Aug 2009 03:24:50 +0300</pubDate>
        </item>
        <item>
        	<title>Matt on List of hidden columns</title>
        	<link>http://www.trirand.com/blog/?page_id=393/help/list-of-hidden-columns#p8823</link>
        	<category>Help</category>
        	<guid isPermaLink="true">http://www.trirand.com/blog/?page_id=393/help/list-of-hidden-columns#p8823</guid>
        	        	<description><![CDATA[<p>Hi,</p>
<p>I am new to jquery and jgrid and have found them amazingly simple.&#160; I have managed to create an excelent reporting tool thanks to jqgrid however I am trying to save layout views.</p>
<p>I have manages to use getPostData to get all the search queries however I can not work out how to get a list of hidden columns.</p>
<p>Can someone point me in the right direction?</p>
<p>Matt</p>
]]></description>
        	        	<pubDate>Wed, 19 Aug 2009 16:27:18 +0300</pubDate>
        </item>
</channel>
</rss>