<?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 and columns</title>
	<link>http://www.trirand.com/blog/?page_id=393/help/hide-and-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/hide-and-columns/rss" rel="self" type="application/rss+xml" />
        <item>
        	<title>elie on hide and columns</title>
        	<link>http://www.trirand.com/blog/?page_id=393/help/hide-and-columns#p21200</link>
        	<category>Help</category>
        	<guid isPermaLink="true">http://www.trirand.com/blog/?page_id=393/help/hide-and-columns#p21200</guid>
        	        	<description><![CDATA[<p>Dear Oleg,</p>
</p>
<p>Thank you very much,these two links and the second post helped me a lot.</p>
<p>Once again thanks for your time.</p>
</p>
<p>Best Regards,</p>
<p>Elie</p>
]]></description>
        	        	<pubDate>Tue, 07 Dec 2010 15:08:45 +0200</pubDate>
        </item>
        <item>
        	<title>OlegK on hide and columns</title>
        	<link>http://www.trirand.com/blog/?page_id=393/help/hide-and-columns#p21199</link>
        	<category>Help</category>
        	<guid isPermaLink="true">http://www.trirand.com/blog/?page_id=393/help/hide-and-columns#p21199</guid>
        	        	<description><![CDATA[<p>Hi Elie,</p>
<p>in the answer from the second link which I posted you before I do almost the same thing which you asked me. The code like the following</p>
<p><input type='button' class='sfcodeselect' name='sfselectit2651' value='Select Code' data-codeid='sfcode2651' /></p>
<div class='sfcode' id='sfcode2651'>var cm = grid.jqGrid(&#39;getColProp&#39;,&#39;email&#39;);<br /> cm.editable = false;<br /> cm.sortable&#160;= true;</div>
<p>will do this. You should only choose the place where you will do the changes in the colModel. For example if you want to have the changes before the Add dialog will displayed you can do the changes inside of <a href="/jqgridwiki/doku.php?id=wiki:form_editing#events" target="_blank">beforeInitData</a> event handler defined as a part of the <a href="/jqgridwiki/doku.php?id=wiki:navigator#definition" target="_blank">prmAdd</a> parameter of the <strong>navGrid</strong>. If needed you can reset the settings after the Add dialog will be closed. Choose the corresponding <a href="/jqgridwiki/doku.php?id=wiki:form_editing#events" target="_blank">event handle</a>&#160;to do this.</p>
<p>Best regards<br />Oleg&#160;</p>
]]></description>
        	        	<pubDate>Tue, 07 Dec 2010 14:13:08 +0200</pubDate>
        </item>
        <item>
        	<title>elie on hide and columns</title>
        	<link>http://www.trirand.com/blog/?page_id=393/help/hide-and-columns#p21198</link>
        	<category>Help</category>
        	<guid isPermaLink="true">http://www.trirand.com/blog/?page_id=393/help/hide-and-columns#p21198</guid>
        	        	<description><![CDATA[<p>hi again,</p>
</p>
<p>first thanks for the answer</p>
<p>second i have another question</p>
<p>if i have&#160;</p>
<p>{name:&#39;email&#39;,index:&#39;email&#39;,editable:true,sortable:false, width:100,editrules:{required:true,email:true}},</p>
<p>is there a method,i can call to set editable:false or sortable:true</p>
<p>i read that i can change params of a grid ("setGridParam")&#160;can i do it for a column?</p>
</p>
<p>thanks for your time,</p>
<p>Elie</p>
]]></description>
        	        	<pubDate>Tue, 07 Dec 2010 13:46:17 +0200</pubDate>
        </item>
        <item>
        	<title>OlegK on hide and columns</title>
        	<link>http://www.trirand.com/blog/?page_id=393/help/hide-and-columns#p21195</link>
        	<category>Help</category>
        	<guid isPermaLink="true">http://www.trirand.com/blog/?page_id=393/help/hide-and-columns#p21195</guid>
        	        	<description><![CDATA[<p>Hi Elie,</p>
<p>I hope you find the answer on your question <a href="http://stackoverflow.com/questions/3405029/jqgrid-disable-form-fields-when-editing/3405961#3405961" target="_blank">here</a> or <a href="http://stackoverflow.com/questions/4307147/jqgrid-how-to-make-a-column-editable-in-the-add-dialog-but-not-during-inline-e/4308172#4308172" target="_blank">here</a>&#160;in my old answers on the stackoverflow.com.</p>
<p>Best regards<br />Oleg&#160;</p>
]]></description>
        	        	<pubDate>Tue, 07 Dec 2010 13:12:16 +0200</pubDate>
        </item>
        <item>
        	<title>elie on hide and columns</title>
        	<link>http://www.trirand.com/blog/?page_id=393/help/hide-and-columns#p21190</link>
        	<category>Help</category>
        	<guid isPermaLink="true">http://www.trirand.com/blog/?page_id=393/help/hide-and-columns#p21190</guid>
        	        	<description><![CDATA[<p>hi,</p>
</p>
<p>i want to ask if i can hide a column when editing and show it when adding a new record.</p>
<p>Acually i know that i can set for a column hidden:true and&#160;<span style="text-decoration: underline;"><span style="font-size: x-small;">editrules:{edithidden:false} </span></span></p>
<p><span style="font-size: x-small;">but this column will be hidden when adding and when editing.</span></p>
<p><span style="font-size: x-small;">is there a way to change editrules to &#160;<span style="text-decoration: underline;">editrules</span>:{edithidden:true} when i click on "Add button"</span></p>
</p>
<p><span style="font-size: x-small;">Thanks in advance,</span></p>
<p><span style="font-size: x-small;">Elie</span></p>
]]></description>
        	        	<pubDate>Tue, 07 Dec 2010 12:07:12 +0200</pubDate>
        </item>
</channel>
</rss>