<?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 header?</title>
	<link>http://www.trirand.com/blog/?page_id=393/help/hide-header</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-header/rss" rel="self" type="application/rss+xml" />
        <item>
        	<title>Raif on hide header?</title>
        	<link>http://www.trirand.com/blog/?page_id=393/help/hide-header#p10050</link>
        	<category>Help</category>
        	<guid isPermaLink="true">http://www.trirand.com/blog/?page_id=393/help/hide-header#p10050</guid>
        	        	<description><![CDATA[<p>yup. that works too, I have a couple of grids on my page and want to hide the headers selectively but this still works.&#160; And of course, hide() is how I should have done it.</p>
]]></description>
        	        	<pubDate>Wed, 23 Sep 2009 15:00:18 +0300</pubDate>
        </item>
        <item>
        	<title>MamaliFrenchi on hide header?</title>
        	<link>http://www.trirand.com/blog/?page_id=393/help/hide-header#p10028</link>
        	<category>Help</category>
        	<guid isPermaLink="true">http://www.trirand.com/blog/?page_id=393/help/hide-header#p10028</guid>
        	        	<description><![CDATA[<p>how about &#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160; $(&#39;tr.ui-jqgrid-labels&#39;).hide();</p>
]]></description>
        	        	<pubDate>Tue, 22 Sep 2009 22:42:46 +0300</pubDate>
        </item>
        <item>
        	<title>Raif on hide header?</title>
        	<link>http://www.trirand.com/blog/?page_id=393/help/hide-header#p10026</link>
        	<category>Help</category>
        	<guid isPermaLink="true">http://www.trirand.com/blog/?page_id=393/help/hide-header#p10026</guid>
        	        	<description><![CDATA[<p>right, got it.&#160; a little ugly but not bad</p>
<p>&#160;gridComplete: function(){<br />&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160; $("#gview_vendorMaterialGridContainer .ui-jqgrid-hdiv").css("display","none") }</p>
<p>where the name of the &#60;table&#62; element on the page is "vendorMaterialGridContainer". jqgrid appends the prefix gview_ to it after rendering and the "ui-jqgrid-hdiv" is of course the div which contains the header.</p>
<p>R</p>
]]></description>
        	        	<pubDate>Tue, 22 Sep 2009 19:43:41 +0300</pubDate>
        </item>
        <item>
        	<title>Raif on hide header?</title>
        	<link>http://www.trirand.com/blog/?page_id=393/help/hide-header#p10024</link>
        	<category>Help</category>
        	<guid isPermaLink="true">http://www.trirand.com/blog/?page_id=393/help/hide-header#p10024</guid>
        	        	<description><![CDATA[<p>Hi is there a way that I can have a grid with no header?</p>
]]></description>
        	        	<pubDate>Tue, 22 Sep 2009 19:12:34 +0300</pubDate>
        </item>
</channel>
</rss>