<?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: How to show hidden fields in viewGridRow</title>
	<link>http://www.trirand.com/blog/?page_id=393/help/how-to-show-hidden-fields-in-viewgridrow</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/how-to-show-hidden-fields-in-viewgridrow/rss" rel="self" type="application/rss+xml" />
        <item>
        	<title>tony on How to show hidden fields in viewGridRow</title>
        	<link>http://www.trirand.com/blog/?page_id=393/help/how-to-show-hidden-fields-in-viewgridrow#p13751</link>
        	<category>Help</category>
        	<guid isPermaLink="true">http://www.trirand.com/blog/?page_id=393/help/how-to-show-hidden-fields-in-viewgridrow#p13751</guid>
        	        	<description><![CDATA[<p>Hello,</p>
<p>Try with editrules : {edithidden:true} in colModel</p>
<p>Regards</p>
<p>Tony</p>
]]></description>
        	        	<pubDate>Sun, 10 Jan 2010 13:30:12 +0200</pubDate>
        </item>
        <item>
        	<title>olaf on How to show hidden fields in viewGridRow</title>
        	<link>http://www.trirand.com/blog/?page_id=393/help/how-to-show-hidden-fields-in-viewgridrow#p13714</link>
        	<category>Help</category>
        	<guid isPermaLink="true">http://www.trirand.com/blog/?page_id=393/help/how-to-show-hidden-fields-in-viewgridrow#p13714</guid>
        	        	<description><![CDATA[<p>I find this way to do it :</p>
<p>&#160;&#160;&#160; &#160;&#160;&#160; $("#view_slist").click(function(){<br />&#160;&#160;&#160; &#160;&#160;&#160; &#160;&#160;&#160; var gr = jQuery("#slist").jqGrid(&#39;getGridParam&#39;,&#39;selrow&#39;);<br />&#160;&#160;&#160; &#160;&#160;&#160; &#160;&#160;&#160; if( gr != null ){<br />&#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; $(&#39;#trv_nomprenom&#39;).hide();<br />&#160;&#160;&#160; &#160;&#160;&#160; &#160;&#160;&#160; &#160;&#160;&#160; $(&#39;#trv_nom&#39;).show();<br />&#160;&#160;&#160; &#160;&#160;&#160; &#160;&#160;&#160; &#160;&#160;&#160; $(&#39;#trv_prenom&#39;).show();<br />&#160;&#160;&#160; &#160;&#160;&#160; &#160;&#160;&#160; &#160;&#160;&#160; $(&#39;#trv_politesse&#39;).show();<br />&#160;&#160;&#160; &#160;&#160;&#160; &#160;&#160;&#160; &#160;&#160;&#160; $(&#39;#trv_cle&#39;).show();<br />&#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; for ( i = 0; i &#60; activModelName.length; i++ ) {<br />&#160;&#160;&#160; &#160;&#160;&#160; &#160;&#160;&#160; &#160;&#160;&#160; &#160;&#160;&#160; $(&#39;#trv_&#39;+activModelName[i]).show();<br />&#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; $("#Act_Buttons").hide();<br />&#160;&#160;&#160; &#160;&#160;&#160; &#160;&#160;&#160; }<br />&#160;&#160;&#160; &#160;&#160;&#160; });<br />and hide the Act_Buttons</p>
<p>the only problem is that an&#160; event click is already bound to #view_slist and I did&#39;nt know if my function is executed<br />before form is build ?</p>
<p>Nevertheless, it seems OK !</p>
]]></description>
        	        	<pubDate>Sat, 09 Jan 2010 14:30:24 +0200</pubDate>
        </item>
        <item>
        	<title>olaf on How to show hidden fields in viewGridRow</title>
        	<link>http://www.trirand.com/blog/?page_id=393/help/how-to-show-hidden-fields-in-viewgridrow#p13706</link>
        	<category>Help</category>
        	<guid isPermaLink="true">http://www.trirand.com/blog/?page_id=393/help/how-to-show-hidden-fields-in-viewgridrow#p13706</guid>
        	        	<description><![CDATA[<p>Hi !</p>
<p>How to show hidden fields in viewGridRow.</p>
<p>The doc says :</p>
<p><em>Hidden fields are included in the form with the display:none property of the table row</em></p>
<p>There is not event like beforeShowForm</p>
<p>Thanks.</p>
]]></description>
        	        	<pubDate>Sat, 09 Jan 2010 02:40:21 +0200</pubDate>
        </item>
</channel>
</rss>