<?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: Don't show field in viewGridRow</title>
	<link>http://www.trirand.com/blog/?page_id=393/help/dont-show-field-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/dont-show-field-in-viewgridrow/rss" rel="self" type="application/rss+xml" />
        <item>
        	<title>Gil on Don't show field in viewGridRow</title>
        	<link>http://www.trirand.com/blog/?page_id=393/help/dont-show-field-in-viewgridrow#p16719</link>
        	<category>Help</category>
        	<guid isPermaLink="true">http://www.trirand.com/blog/?page_id=393/help/dont-show-field-in-viewgridrow#p16719</guid>
        	        	<description><![CDATA[<p>Works great!. Many thanks.</p>
]]></description>
        	        	<pubDate>Mon, 26 Apr 2010 18:18:08 +0300</pubDate>
        </item>
        <item>
        	<title>tony on Don't show field in viewGridRow</title>
        	<link>http://www.trirand.com/blog/?page_id=393/help/dont-show-field-in-viewgridrow#p16697</link>
        	<category>Help</category>
        	<guid isPermaLink="true">http://www.trirand.com/blog/?page_id=393/help/dont-show-field-in-viewgridrow#p16697</guid>
        	        	<description><![CDATA[<p>Hello,</p>
<p>This is not perfect solution, but it will do the job.</p>
<p>Use the latest version. Here you can use the beforeShowForm event to remove this content.</p>
<p>In gridView mode every row is a combination of trv_ plus the name from colModel. So your beforeShowForm should look like this</p>
<p><input type='button' class='sfcodeselect' name='sfselectit6908' value='Select Code' data-codeid='sfcode6908' /></p>
<div class='sfcode' id='sfcode6908'>
<p>beforeShowForm : function()</p>
<p>{</p>
<p>$("#trv_act").remove();</p>
<p>}</p>
</div>
<p>Regards</p>
<p>Tony</p>
]]></description>
        	        	<pubDate>Mon, 26 Apr 2010 14:47:31 +0300</pubDate>
        </item>
        <item>
        	<title>Gil on Don't show field in viewGridRow</title>
        	<link>http://www.trirand.com/blog/?page_id=393/help/dont-show-field-in-viewgridrow#p16630</link>
        	<category>Help</category>
        	<guid isPermaLink="true">http://www.trirand.com/blog/?page_id=393/help/dont-show-field-in-viewgridrow#p16630</guid>
        	        	<description><![CDATA[<p>(I tried to post this yesterday, but I do not see it. I apologize if this is a repeat.)</p>
</p>
<p>One of my jqGrid columns, "Action", contains anchor buttons. (The HTML for one is included.) When the "Display Details" button is clicked, viewGridRow is launched for that row. The view form contains all fields in the row. I do not want "Action" to be displayed. (I was hoping that the combination of "editable:false" and "hidedlg:true" would give me the desired result.) Is there a way to not show a column in viewGridRow?</p>
<p>colModel entry for "Action":<br />&#160;&#160;&#160; { name:&#39;act&#39;, index:&#39;act&#39;, width:45, fixed:true, resizable:false, editable:false, sortable:false, hidedlg:true }</p>
<p>HTML for "Display Details" anchor<br />&#160;&#160;&#160; &#60;a href="#" class="jqg-grid-edit" onclick="jQuery(&#39;#jqg_table&#39;).jqGrid( &#39;viewGridRow&#39;, 1 );"&#62;</p>
<p>&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160; &#60;span class="ui-icon ui-icon-zoomin"&#62;&#60;/span&#62;</p>
<p>&#160;&#160;&#160; &#60;/a&#62;</p>
]]></description>
        	        	<pubDate>Fri, 23 Apr 2010 17:49:36 +0300</pubDate>
        </item>
</channel>
</rss>