<?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 help</title>
	<link>http://www.trirand.com/blog/?page_id=393/help/subgrid-help</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-help/rss" rel="self" type="application/rss+xml" />
        <item>
        	<title>tommygun on Subgrid help</title>
        	<link>http://www.trirand.com/blog/?page_id=393/help/subgrid-help#p22823</link>
        	<category>Help</category>
        	<guid isPermaLink="true">http://www.trirand.com/blog/?page_id=393/help/subgrid-help#p22823</guid>
        	        	<description><![CDATA[<p>I can&#39;t seem to get the subgrid feature to work. Nothing happens when I click the expand [+] sign. I have put a break inside the &#160;expandSubGridRow function in grid.subgrid.js and see that it does trigger the td element to click. But nothing happens when the click occurs.</p>
<pre><p><input type='button' class='sfcodeselect' name='sfselectit5639' value='Select Code' data-codeid='sfcode5639' /></p><div class='sfcode' id='sfcode5639'>$(&#34;#MyTable&#34;).jqGrid({ <br /> datatype: function () {             <br /> $(&#34;#MyTable&#34;).jqGrid(&#34;addRowData&#34;, 1, { Id: 1, Name: &#34;Someone&#34; });          <br /> },  <br /> height: 90,         <br /> colNames: [&#34;#&#34;, &#34;Name&#34;],         <br /> colModel: [ { name: &#34;Id&#34;, index: &#34;Id&#34;, width: 45, align: &#34;center&#34;, sortable: false }, { name: &#34;Name&#34;, index: &#34;Name&#34;, sortable: false } ], <br /> caption: &#34;My Table&#34;,         <br /> subGrid: true,         <br /> subGridType: function () {             <br /> alert(1);         <br /> },         <br /> subGridUrl: &#34;myurl&#34;,         <br /> subGridModel:   [ { name: [&#39;No&#39;,&#39;Item&#39;,&#39;Qty&#39;], width: [55,200,80] } ] <br />}); </div><br />myurl never gets called. I&#39;ve also tried using the subGridRowExpanded option instead of subGridModel, but still not luck. <br /><br />Please help. Thanks.<br /><br />TD<br /><br /><br />
</pre></p>
]]></description>
        	        	<pubDate>Mon, 18 Apr 2011 05:03:19 +0300</pubDate>
        </item>
</channel>
</rss>