<?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: colModel hidden col not displayed in form</title>
	<link>http://www.trirand.com/blog/?page_id=393/help/colmodel-hidden-col-not-displayed-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/colmodel-hidden-col-not-displayed-in-form/rss" rel="self" type="application/rss+xml" />
        <item>
        	<title>Buga on colModel hidden col not displayed in form</title>
        	<link>http://www.trirand.com/blog/?page_id=393/help/colmodel-hidden-col-not-displayed-in-form#p14577</link>
        	<category>Help</category>
        	<guid isPermaLink="true">http://www.trirand.com/blog/?page_id=393/help/colmodel-hidden-col-not-displayed-in-form#p14577</guid>
        	        	<description><![CDATA[<p>Hi Tony,</p>
<p>thansk for the reply.</p>
<p>Yes I read the docu otherwise I wouldnt be able to add the customfunctions but I havew to admit that I oversee the edithidden attribute.</p>
<p>Now this problem is fixed:)</p>
<p>Thanks.</p>
]]></description>
        	        	<pubDate>Fri, 05 Feb 2010 12:27:47 +0200</pubDate>
        </item>
        <item>
        	<title>tony on colModel hidden col not displayed in form</title>
        	<link>http://www.trirand.com/blog/?page_id=393/help/colmodel-hidden-col-not-displayed-in-form#p14572</link>
        	<category>Help</category>
        	<guid isPermaLink="true">http://www.trirand.com/blog/?page_id=393/help/colmodel-hidden-col-not-displayed-in-form#p14572</guid>
        	        	<description><![CDATA[<p>Hello,</p>
<p>Did you have looked at the docs?</p>
<p>Please, first consult the docs before posting.</p>
<p><a href="http://www.trirand.com/jqgridwiki/doku.php?id=wiki:common_rules#editrules" rel="nofollow" target="_blank"><a href="http://www.trirand.com/jqgridw" rel="nofollow">http://www.trirand.com/jqgridw</a>.....#editrules</a></p>
</p>
<p>Best regards</p>
<p>Tony</p>
]]></description>
        	        	<pubDate>Fri, 05 Feb 2010 12:08:32 +0200</pubDate>
        </item>
        <item>
        	<title>Buga on colModel hidden col not displayed in form</title>
        	<link>http://www.trirand.com/blog/?page_id=393/help/colmodel-hidden-col-not-displayed-in-form#p14513</link>
        	<category>Help</category>
        	<guid isPermaLink="true">http://www.trirand.com/blog/?page_id=393/help/colmodel-hidden-col-not-displayed-in-form#p14513</guid>
        	        	<description><![CDATA[<p>Hi,</p>
<p>I have 2 custom elements in my coldmodel. Both are set to hidden. One is a Button in the form and the other one is a normal col. I set both to hidden as the data is only needed for the formular.</p>
</p>
<p>I also added functions to add these elements to the form. My problem is that if I set the one col to hidden it wont be displayed in the form. If I set hidden to true I see this row in the table which I dont want.</p>
</p>
<p>Here is a extract of the code</p>
<p>&#160;&#160; &#160;&#160;&#160; &#160;&#160;&#160;&#160; colModel :[<br />&#160;&#160; &#160;&#160;&#160; &#160;&#160;&#160; &#160;&#160;&#160; &#160;{name:&#39;id&#39;,index:&#39;id&#39;, sorttype:"int",editrules:{readonly:true},hidden:true},</p>
<p>&#160;&#160; &#160;&#160;&#160; &#160;&#160;&#160; &#160;&#160;&#160; &#160;{name:&#39;username&#39;,index:&#39;username&#39;,width:100,editable:true,editoptions:{size:50,maxlength:50},editrules:{required:true,custom:true,custom_func:checkUsername},formoptions:{label:m_gridusername+&#39;*&#39;,rowpos:2}},<br />&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160; .....<br />&#160;&#160; &#160;&#160;&#160; &#160;&#160;&#160; &#160;&#160;&#160;&#160; {name:&#39;software&#39;,index:&#39;software&#39;,width:50,editable:true,<strong>hidden:true</strong>,edittype:&#39;custom&#39;,editoptions:{custom_element: SoftwareElm, custom_value:SoftwareValue},formoptions:{label:&#39;Software*&#39;,rowpos:15,colpos:1}},<br />&#160;&#160; &#160;&#160;&#160; &#160;&#160;&#160; &#160;&#160;&#160; &#160;{name:&#39;scdsearchbutton&#39;,index:&#39;scdsearchbutton&#39;,width:50,editable:true,<strong>hidden:true</strong>,edittype:&#39;custom&#39;,editoptions:{custom_element: ScdButtonElm, custom_value:ScdButtonValue},formoptions:{label:&#39;&#39;,rowpos:1,colpos:2}},&#160;&#160; &#160;&#160;&#160; &#160;&#160;&#160; &#160;&#160;&#160; &#160;<br />&#160;&#160; &#160;&#160;&#160; &#160;&#160;&#160;&#160; ],&#160;&#160; &#160;&#160;&#160; &#160;&#160;&#160; &#160;&#160;&#160; &#160;&#160;&#160; &#160;&#160;&#160; &#160;&#160;&#160; &#160;&#160;&#160; &#160;&#160;&#160; &#160;&#160;&#160; &#160;&#160;&#160; &#160;&#160;&#160; &#160;&#160;&#160; &#160;&#160;&#160; &#160;&#160; &#160;&#160;&#160; &#160;&#160;&#160; &#160;&#160;&#160; &#160;&#160;&#160; &#160;&#160;&#160; &#160;</p>
<p>The Button is displayed while the Custom Multiselectbox isnt displayed in my form.</p>
<p>How Can I display the the software element in the form without showing the the col in the table?</p>
<p>I tryed to set it with</p>
<p>$("#tr_software").css(&#39;display&#39;,&#39;inline&#39;);</p>
<p>but this looks ugly as all other rows dont have the display property</p></p>
]]></description>
        	        	<pubDate>Wed, 03 Feb 2010 11:52:38 +0200</pubDate>
        </item>
</channel>
</rss>