<?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: subgrid within a Grid</title>
	<link>http://www.trirand.com/blog/?page_id=393/help/subgrid-within-a-grid</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/subgrid-within-a-grid/rss" rel="self" type="application/rss+xml" />
        <item>
        	<title>Meng Hai on subgrid within a Grid</title>
        	<link>http://www.trirand.com/blog/?page_id=393/help/subgrid-within-a-grid#p14580</link>
        	<category>Help</category>
        	<guid isPermaLink="true">http://www.trirand.com/blog/?page_id=393/help/subgrid-within-a-grid#p14580</guid>
        	        	<description><![CDATA[<p>Yes, much appreciated.</p>
]]></description>
        	        	<pubDate>Fri, 05 Feb 2010 14:23:18 +0200</pubDate>
        </item>
        <item>
        	<title>tony on subgrid within a Grid</title>
        	<link>http://www.trirand.com/blog/?page_id=393/help/subgrid-within-a-grid#p14571</link>
        	<category>Help</category>
        	<guid isPermaLink="true">http://www.trirand.com/blog/?page_id=393/help/subgrid-within-a-grid#p14571</guid>
        	        	<description><![CDATA[<p>Hello,</p>
<p>This can be achieved easy if yo have already the total</p>
<p><input type='button' class='sfcodeselect' name='sfselectit5072' value='Select Code' data-codeid='sfcode5072' /></p>
<div class='sfcode' id='sfcode5072'>
<p>.....</p>
<p>var enableedit;</p>
<p>if(total&#62;500)</p>
<p>enableedit = true;</p>
<p>else</p>
<p>enableedit = false;</p>
<p>...navGrid(&#39;pager&#39;,{edit:enableedit...});</p>
</div>
<p>Hope you got the point</p>
<p>Regards</p>
<p>Tony</p>
]]></description>
        	        	<pubDate>Fri, 05 Feb 2010 12:05:15 +0200</pubDate>
        </item>
        <item>
        	<title>Meng Hai on subgrid within a Grid</title>
        	<link>http://www.trirand.com/blog/?page_id=393/help/subgrid-within-a-grid#p14512</link>
        	<category>Help</category>
        	<guid isPermaLink="true">http://www.trirand.com/blog/?page_id=393/help/subgrid-within-a-grid#p14512</guid>
        	        	<description><![CDATA[<p>Hello,</p>
</p>
<p>I have install a subgrid in a jqgrid.</p>
<p>In some rows (of the Grid) I don&#39;t want to&#160;show Add/Edit/Delete button in the subgrid but in others I will like&#160;them shown.</p>
<p>Taking the demo data into consideration, how can I code it such that for those with Total &#62;=500 (in the grid), the Add/Edit/Delete buttons are shown in the subgrid while those with Total &#60;500 (in the grid), the Add/Edit/Delete buttons are not shown in the subgrid?</p>
<p>Thanks</p>
]]></description>
        	        	<pubDate>Wed, 03 Feb 2010 11:33:24 +0200</pubDate>
        </item>
</channel>
</rss>