<?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: Hide a column on initialization</title>
	<link>http://www.trirand.com/blog/?page_id=393/help/hide-a-column-on-initialization</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/hide-a-column-on-initialization/rss" rel="self" type="application/rss+xml" />
        <item>
        	<title>rocktheroad on Hide a column on initialization</title>
        	<link>http://www.trirand.com/blog/?page_id=393/help/hide-a-column-on-initialization#p19331</link>
        	<category>Help</category>
        	<guid isPermaLink="true">http://www.trirand.com/blog/?page_id=393/help/hide-a-column-on-initialization#p19331</guid>
        	        	<description><![CDATA[<p>Not sure that is related to your problem, but I&#39;ve just lost few hours until I figured out difference between</p>
</p>
<p><input type='button' class='sfcodeselect' name='sfselectit5318' value='Select Code' data-codeid='sfcode5318' /></p>
<div class='sfcode' id='sfcode5318'>colModel:[ <br />&#160;&#160; &#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160; {&#34;name&#34;:&#34;id&#34;,&#34;index&#34;:&#34;id&#34;, &#34;width&#34;:55, &#34;hidden&#34;:true}, <br />&#160;&#160; &#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160; {&#34;name&#34;:&#34;id&#34;,&#34;index&#34;:&#34;id&#34;, &#34;width&#34;:55, &#34;hidden&#34;:&#34;true&#34;}<br />...<br />]</div>
<p>Somehow&#160; I got "true" instead of true, and I&#39;ve got huge problem where Columns were hidden, but data in table was visible. The biggest problem is that I didn&#39;t notice that immediately, and it took lot of time to roll back, step-by-step to check what was wrong. It would be nice if both methods are equally supported, String and Boolean.</p>
]]></description>
        	        	<pubDate>Thu, 26 Aug 2010 12:17:31 +0300</pubDate>
        </item>
        <item>
        	<title>DaElectric on Hide a column on initialization</title>
        	<link>http://www.trirand.com/blog/?page_id=393/help/hide-a-column-on-initialization#p17250</link>
        	<category>Help</category>
        	<guid isPermaLink="true">http://www.trirand.com/blog/?page_id=393/help/hide-a-column-on-initialization#p17250</guid>
        	        	<description><![CDATA[<p>Thanks Tony,</p>
<p>&#160;&#160; I think I have it working correctly in a test page on my side. It appears that if your table allready has a table header and a table body the hidden doesnt work correctly.</p>
<p><a href="http://jsbin.com/amaqi/4" target="_blank">http://jsbin.com/amaqi/4</a>&#160;Look here for the fixed version. Thanks for the help and especialy the plugin.</p>
]]></description>
        	        	<pubDate>Mon, 17 May 2010 22:48:53 +0300</pubDate>
        </item>
        <item>
        	<title>tony on Hide a column on initialization</title>
        	<link>http://www.trirand.com/blog/?page_id=393/help/hide-a-column-on-initialization#p17249</link>
        	<category>Help</category>
        	<guid isPermaLink="true">http://www.trirand.com/blog/?page_id=393/help/hide-a-column-on-initialization#p17249</guid>
        	        	<description><![CDATA[<p>Hello,</p>
<p>Tomorrow I will try to setup a point to the developer version, so I can easy found what is wrong.</p>
<p>Thanks</p>
<p>Best Regards</p>
<p>Tony</p>
]]></description>
        	        	<pubDate>Mon, 17 May 2010 22:45:16 +0300</pubDate>
        </item>
        <item>
        	<title>DaElectric on Hide a column on initialization</title>
        	<link>http://www.trirand.com/blog/?page_id=393/help/hide-a-column-on-initialization#p17232</link>
        	<category>Help</category>
        	<guid isPermaLink="true">http://www.trirand.com/blog/?page_id=393/help/hide-a-column-on-initialization#p17232</guid>
        	        	<description><![CDATA[<p>Any help with this would be greatly appreciated. I cant move forward with this until I can hide columns on initialization.</p>
<p>I am returning all columns fromt he database but hiding the ones that are not set to be displayed based on which ones are set to be displayed in the datbase.</p>
<p>Do I need to supply more information?</p>
]]></description>
        	        	<pubDate>Mon, 17 May 2010 20:38:55 +0300</pubDate>
        </item>
        <item>
        	<title>DaElectric on Hide a column on initialization</title>
        	<link>http://www.trirand.com/blog/?page_id=393/help/hide-a-column-on-initialization#p17187</link>
        	<category>Help</category>
        	<guid isPermaLink="true">http://www.trirand.com/blog/?page_id=393/help/hide-a-column-on-initialization#p17187</guid>
        	        	<description><![CDATA[<p>It appears that setting the colModel to have a hidden column is not working.</p>
<p><a href="http://jsbin.com/amaqi/3" target="_blank">http://jsbin.com/amaqi/3</a></p>
<p>Notice that the first and the last columns are hidden but they still display in the table.</p>
<p><input type='button' class='sfcodeselect' name='sfselectit883' value='Select Code' data-codeid='sfcode883' /></p>
<div class='sfcode' id='sfcode883'>
<p>colNames:&#160;[&#34;1&#34;,&#160;&#39;Inv No&#39;,&#160;&#39;Date&#39;,&#160;&#39;Client&#39;,&#160;&#39;Amount&#39;,&#160;&#39;Tax&#39;,&#160;&#39;Total&#39;,&#160;&#39;Notes&#39;],<br />&#160; &#160; &#160; &#160; &#160; &#160; &#160; &#160;&#160;colModel:&#160;[<br />&#160; &#160; &#160; &#160; &#160; &#160; &#160; &#160; &#160; &#160; &#160; &#160; &#160; &#160;&#160;{&#160;name:&#160;&#39;1&#39;,&#160;index:&#160;&#39;1&#39;,&#160;sortable:&#160;false,&#160;<span style=&#34;text-decoration: underline;&#34;><strong>hidden:&#160;true</strong></span>&#160;},<br />&#160; &#160; &#160; &#160; &#160; &#160; &#160; &#160; &#160; &#160; &#160; &#160; &#160; &#160;{&#160;name:&#160;&#39;id&#39;,&#160;index:&#160;&#39;id&#39;,&#160;width:&#160;75&#160;},<br />&#160; &#160; &#160; &#160; &#160; &#160; &#160; &#160; &#160; &#160; &#160; &#160; &#160; &#160;{&#160;name:&#160;&#39;invdate&#39;,&#160;index:&#160;&#39;invdate&#39;,&#160;width:&#160;90&#160;},<br />&#160; &#160; &#160; &#160; &#160; &#160; &#160; &#160; &#160; &#160; &#160; &#160; &#160; &#160;{&#160;name:&#160;&#39;name&#39;,&#160;index:&#160;&#39;name&#39;,&#160;width:&#160;100&#160;},<br />&#160; &#160; &#160; &#160; &#160; &#160; &#160; &#160; &#160; &#160; &#160; &#160; &#160; &#160;{&#160;name:&#160;&#39;amount&#39;,&#160;index:&#160;&#39;amount&#39;,&#160;width:&#160;80,&#160;align:&#160;&#34;right&#34;,&#160;hidden:&#160;true&#160;},<br />&#160; &#160; &#160; &#160; &#160; &#160; &#160; &#160; &#160; &#160; &#160; &#160; &#160; &#160;{&#160;name:&#160;&#39;tax&#39;,&#160;index:&#160;&#39;tax&#39;,&#160;width:&#160;80,&#160;align:&#160;&#34;right&#34;&#160;},<br />&#160; &#160; &#160; &#160; &#160; &#160; &#160; &#160; &#160; &#160; &#160; &#160; &#160; &#160;&#160;{&#160;name:&#160;&#39;total&#39;,&#160;index:&#160;&#39;total&#39;,&#160;width:&#160;80,&#160;align:&#160;&#34;right&#34;&#160;},<br />&#160; &#160; &#160; &#160; &#160; &#160; &#160; &#160; &#160; &#160; &#160; &#160; &#160; &#160;&#160;{&#160;name:&#160;&#39;note&#39;,&#160;index:&#160;&#39;note&#39;,&#160;width:&#160;150,&#160;sortable:&#160;false,&#160;<span style=&#34;text-decoration: underline;&#34;><em><strong>hidden:&#160;true</strong></em></span>&#160;}<br />&#160; &#160; &#160; &#160; &#160; &#160; &#160; &#160; &#160; &#160; &#160; &#160; &#160;],</p>
</div>
<p>Am I doing something wrong or is this a bug?</p>
]]></description>
        	        	<pubDate>Sat, 15 May 2010 22:08:50 +0300</pubDate>
        </item>
</channel>
</rss>