<?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: Hidden in Grid, Visible in form</title>
	<link>http://www.trirand.com/blog/?page_id=393/help/hidden-in-grid-visible-in-form</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/hidden-in-grid-visible-in-form/rss" rel="self" type="application/rss+xml" />
        <item>
        	<title>OlegK on Hidden in Grid, Visible in form</title>
        	<link>http://www.trirand.com/blog/?page_id=393/help/hidden-in-grid-visible-in-form#p22221</link>
        	<category>Help</category>
        	<guid isPermaLink="true">http://www.trirand.com/blog/?page_id=393/help/hidden-in-grid-visible-in-form#p22221</guid>
        	        	<description><![CDATA[<p>I know the problem Steffan. Sometime if one is tired one can do more dengerous things.</p>
<p>I had an idee to write simple validation module which can be used to validate all input parameters of jqGrid. One can easy find the errors like you made or other like the usage of <strong>cellSubmit</strong> instead of <strong>cellsubmit</strong> or <strong>resizeable</strong> instead of <strong>resizable</strong> column option. The validation can be prity simple, but very helpful to find small bugs.</p>
<p>Best regards<br />Oleg&#160;</p>
]]></description>
        	        	<pubDate>Sun, 27 Feb 2011 17:14:14 +0200</pubDate>
        </item>
        <item>
        	<title>Steffan on Hidden in Grid, Visible in form</title>
        	<link>http://www.trirand.com/blog/?page_id=393/help/hidden-in-grid-visible-in-form#p22219</link>
        	<category>Help</category>
        	<guid isPermaLink="true">http://www.trirand.com/blog/?page_id=393/help/hidden-in-grid-visible-in-form#p22219</guid>
        	        	<description><![CDATA[<p>Thanks, Oleg. Simply changing that from editoptions to editrules fixed the issue. I guess that&#39;s what I get for doing that in the middle of the night.</p>
]]></description>
        	        	<pubDate>Sun, 27 Feb 2011 17:03:16 +0200</pubDate>
        </item>
        <item>
        	<title>OlegK on Hidden in Grid, Visible in form</title>
        	<link>http://www.trirand.com/blog/?page_id=393/help/hidden-in-grid-visible-in-form#p22213</link>
        	<category>Help</category>
        	<guid isPermaLink="true">http://www.trirand.com/blog/?page_id=393/help/hidden-in-grid-visible-in-form#p22213</guid>
        	        	<description><![CDATA[<p>Hi Steffan,</p>
<p>The property <strong>edithidden:true</strong> is a part of <a href="/jqgridwiki/doku.php?id=wiki:common_rules#editrules" target="_blank">editrules</a> and not <a href="/jqgridwiki/doku.php?id=wiki:common_rules#editoptions" target="_blank">editoptions</a>&#160;like you use currently. The combination of the setting with <a href="/jqgridwiki/doku.php?id=wiki:colmodel_options" target="_blank">hidedlg</a>&#160;allows you implement the most scanarios in the <a href="/jqgridwiki/doku.php?id=wiki:form_editing" target="_blank">form editing</a>. For more advance scenarios where you need have different set of visible columns in the form dialog for Add and Edit dialogs you can use <a href="/jqgridwiki/doku.php?id=wiki:form_editing#events" target="_blank">beforeShowForm</a> event (see an example in&#160;<a href="http://stackoverflow.com/questions/3405029/jqgrid-disable-form-fields-when-editing/3405961#3405961" target="_blank">this answer</a>).</p>
<p>Best regards<br />Oleg&#160;</p>
]]></description>
        	        	<pubDate>Sun, 27 Feb 2011 13:07:25 +0200</pubDate>
        </item>
        <item>
        	<title>Steffan on Hidden in Grid, Visible in form</title>
        	<link>http://www.trirand.com/blog/?page_id=393/help/hidden-in-grid-visible-in-form#p22212</link>
        	<category>Help</category>
        	<guid isPermaLink="true">http://www.trirand.com/blog/?page_id=393/help/hidden-in-grid-visible-in-form#p22212</guid>
        	        	<description><![CDATA[<p>I can&#39;t tell if I am missing something. I want to have additional items in the form but hidden in the table. So, I have the following</p>
</p>
<p>{name:&#39;password&#39;,	index:&#39;password&#39;, 	width:100, 	editable:true,	edittype:"password", 	editoptions:{edithidden:true, size:25,maxlength:12}, hidden:true},</p>
</p>
<p>It hides it in the grid as expected but is not showing it in the form.&#160;</p>
</p>
<p>What am I missing?</p>
]]></description>
        	        	<pubDate>Sun, 27 Feb 2011 10:41:50 +0200</pubDate>
        </item>
</channel>
</rss>