<?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: SetColumns</title>
	<link>http://www.trirand.com/blog/?page_id=393/bugs/setcolumns</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/bugs/setcolumns/rss" rel="self" type="application/rss+xml" />
        <item>
        	<title>tony on SetColumns</title>
        	<link>http://www.trirand.com/blog/?page_id=393/bugs/setcolumns#p2516</link>
        	<category>Bugs</category>
        	<guid isPermaLink="true">http://www.trirand.com/blog/?page_id=393/bugs/setcolumns#p2516</guid>
        	        	<description><![CDATA[<p>Hello,</p>
<p>Thanks. This is corrected. Just download the fresh 3.3 version.</p>
<p>Also this apply to subgrid too.</p>
<p>Regards</p>
<p>Tony</p>
]]></description>
        	        	<pubDate>Tue, 14 Oct 2008 13:33:14 +0300</pubDate>
        </item>
        <item>
        	<title>bart.reyserhove on SetColumns</title>
        	<link>http://www.trirand.com/blog/?page_id=393/bugs/setcolumns#p2512</link>
        	<category>Bugs</category>
        	<guid isPermaLink="true">http://www.trirand.com/blog/?page_id=393/bugs/setcolumns#p2512</guid>
        	        	<description><![CDATA[<p>If have started using the SetColumns method in combination with a</p>
<p>multiselect grid. There is a little problem then in the sense that the</p>
<p>checkbox of the multiselect grid also comes in the dialog as one</p>
<p>of the columns to be selected.</p>
<p>I fixed this by adding the "hidedlg" property to the checkbox before</p>
<p>adding it to the colmodel.</p>
<p>if(this.p.multiselect) {<br />&#160;&#160;&#160; &#160;&#160;&#160; &#160;&#160;&#160; this.p.colNames.unshift("&#60;input id=&#39;cb_jqg&#39; class=&#39;cbox&#39; type=&#39;checkbox&#39;/&#62;");<br />&#160;&#160;&#160; &#160;&#160;&#160; &#160;&#160;&#160; this.p.colModel.unshift({name:&#39;cb&#39;,width:28,sortable:false,</p>
<p>resizable:false,<strong>hidedlg:true</strong>});</p>
]]></description>
        	        	<pubDate>Tue, 14 Oct 2008 09:55:00 +0300</pubDate>
        </item>
</channel>
</rss>