<?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: Grid with different numbers of columns in colNames and colModel</title>
	<link>http://www.trirand.com/blog/?page_id=393/discussion/grid-with-different-numbers-of-columns-in-colnames-and-colmodel</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/discussion/grid-with-different-numbers-of-columns-in-colnames-and-colmodel/rss" rel="self" type="application/rss+xml" />
        <item>
        	<title>sudeval on Grid with different numbers of columns in colNames and colModel</title>
        	<link>http://www.trirand.com/blog/?page_id=393/discussion/grid-with-different-numbers-of-columns-in-colnames-and-colmodel#p9259</link>
        	<category>Discussion</category>
        	<guid isPermaLink="true">http://www.trirand.com/blog/?page_id=393/discussion/grid-with-different-numbers-of-columns-in-colnames-and-colmodel#p9259</guid>
        	        	<description><![CDATA[<p>colNames must have names to hidden column.</p>
<p>colNames:[&#39;ID&#39;, &#39;NAME&#39;, &#39;NICK&#39;, &#39;EMAIL&#39;, &#39;PASSWORD&#39;],</p>
]]></description>
        	        	<pubDate>Thu, 03 Sep 2009 07:30:56 +0300</pubDate>
        </item>
        <item>
        	<title>sudeval on Grid with different numbers of columns in colNames and colModel</title>
        	<link>http://www.trirand.com/blog/?page_id=393/discussion/grid-with-different-numbers-of-columns-in-colnames-and-colmodel#p9258</link>
        	<category>Discussion</category>
        	<guid isPermaLink="true">http://www.trirand.com/blog/?page_id=393/discussion/grid-with-different-numbers-of-columns-in-colnames-and-colmodel#p9258</guid>
        	        	<description><![CDATA[<p>Hi,</p>
</p>
<p>after read somes post in forum i resolved the "problem" with a propriety "hidden"</p>
</p>
<p>colNames:[&#39;ID&#39;, &#39;NAME&#39;, &#39;NICK&#39;],</p>
<p>colModel: [ {name: &#39;id&#39;, index: &#39;id&#39;},</p>
<p>&#160;{name: &#39;name&#39;, index: &#39;name&#39;},</p>
<p>{name: &#39;nick_name&#39;, index: &#39;nick_name&#39;},</p>
<p>{name: &#39;email&#39;, index: &#39;email&#39;,&#160; <strong>hidden:true</strong><strong></strong>},</p>
<p>{name: &#39;password&#39;, index: &#39;password&#39;, <strong>hidden: true</strong>}</p>
</p>
<p>thank&#180;s.</p></p>
]]></description>
        	        	<pubDate>Thu, 03 Sep 2009 07:28:21 +0300</pubDate>
        </item>
        <item>
        	<title>sudeval on Grid with different numbers of columns in colNames and colModel</title>
        	<link>http://www.trirand.com/blog/?page_id=393/discussion/grid-with-different-numbers-of-columns-in-colnames-and-colmodel#p9256</link>
        	<category>Discussion</category>
        	<guid isPermaLink="true">http://www.trirand.com/blog/?page_id=393/discussion/grid-with-different-numbers-of-columns-in-colnames-and-colmodel#p9256</guid>
        	        	<description><![CDATA[<p>It&#180;s possible have a grid with N columns to view (colNames) but in model (colModel) has&#160; N + X columns ?</p>
</p>
<p>for example:</p>
<p>colNames:[&#39;ID&#39;, &#39;NAME&#39;, &#39;NICK&#39;],</p>
<p>colModel: [ {name: &#39;id&#39;, index: &#39;id&#39;},</p>
<p>&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160; {name: &#39;name&#39;, index: &#39;name&#39;},</p>
<p>&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160; {name: &#39;nick_name&#39;, index: &#39;nick_name&#39;},</p>
<p>&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160; {name: &#39;email&#39;, index: &#39;email&#39;, "<strong>not show in grid ?"</strong>},</p>
<p>&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160; {name: &#39;password&#39;, index: &#39;password&#39;, "<strong>not show in grid</strong><strong> ?"</strong>}</p>
<p>...</p>
</p>
<p>I need that columns "<strong>not show in grid</strong>" show only in edit, view and add navGrid Panel.</p>
<p>.navGrid(&#39;#pager&#39;,<br />&#160;&#160;&#160; &#160;&#160;&#160; &#160;&#160;&#160; {edit:true, add:true, del:true, view: true...}</p>
</p>
<p>it&#180;s possible ?</p></p>
]]></description>
        	        	<pubDate>Thu, 03 Sep 2009 06:44:12 +0300</pubDate>
        </item>
</channel>
</rss>