<?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: Changing version 3.4.2 to 3.5.3 Subgrid as Grid stops working. </title>
	<link>http://www.trirand.com/blog/?page_id=393/help/changing-version-342-to-353-subgrid-as-grid-stops-working</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/changing-version-342-to-353-subgrid-as-grid-stops-working/rss" rel="self" type="application/rss+xml" />
        <item>
        	<title>RobGMiller on Changing version 3.4.2 to 3.5.3 Subgrid as Grid stops working. </title>
        	<link>http://www.trirand.com/blog/?page_id=393/help/changing-version-342-to-353-subgrid-as-grid-stops-working#p9591</link>
        	<category>Help</category>
        	<guid isPermaLink="true">http://www.trirand.com/blog/?page_id=393/help/changing-version-342-to-353-subgrid-as-grid-stops-working#p9591</guid>
        	        	<description><![CDATA[<p>Please ignore this issue. I&#39;ve worked it out.</p>
]]></description>
        	        	<pubDate>Thu, 10 Sep 2009 17:32:20 +0300</pubDate>
        </item>
        <item>
        	<title>RobGMiller on Changing version 3.4.2 to 3.5.3 Subgrid as Grid stops working. </title>
        	<link>http://www.trirand.com/blog/?page_id=393/help/changing-version-342-to-353-subgrid-as-grid-stops-working#p9588</link>
        	<category>Help</category>
        	<guid isPermaLink="true">http://www.trirand.com/blog/?page_id=393/help/changing-version-342-to-353-subgrid-as-grid-stops-working#p9588</guid>
        	        	<description><![CDATA[<p>After upgrading to 3.5.3 from 3.4.2 the Subgrid stopped working. There is no response when the new column containing the + is clicked.&#160;</p>
<p>The following is the code used to set it up.&#160;</p>
<p>I noticed that the class=scroll is not needed with the UI compatibility of version 3.5.3 perhaps this is a clue.</p>
<p>If someone can tell me which function gets fired when the + (for subform expansion) is clicked I might be able to trace around a bit.&#160;</p>
</p>
<p><span> </span>subGrid: true,</p>
<p><span> </span>subGridRowExpanded: function(subgrid_id, row_id) {</p>
<p>&#160;&#160; &#160; var subgrid_table_id, pager_id;</p>
<p>&#160;&#160; &#160; subgrid_table_id = subgrid_id + "_t";</p>
<p>&#160;&#160; &#160; pager_id = "p_" + subgrid_table_id;</p>
<p>&#160;&#160; &#160;var DRID = $("#ETSMonth").getCell(row_id, &#39;DRID&#39;);</p>
<p>&#160;&#160; &#160;var WOID = $(&#39;#ETSMonth&#39;).getCell(row_id, &#39;WOID&#39;);</p>
<p>&#160;&#160; &#160;$("#" + subgrid_id).html("&#60;table id=&#39;" + subgrid_table_id + "&#39; class=&#39;scroll&#39;&#62;&#60;/table&#62;");</p>
<p>&#160;&#160; &#160;$("#" + subgrid_table_id).jqGrid({</p>
<p>&#160;&#160; &#160;mtype: &#39;POST&#39;,</p>
<p>&#160;&#160; &#160;url: "WSSubGridGetDFSA.aspx", //need a way to pass DRID on initial post</p>
<p>&#160;&#160; &#160;datatype: "json",</p>
<p>&#160;&#160; &#160; colModel: [{ label: "Comment", name: "Comment", index: "Comment", width: 1100, editable: true, edittype: "text", &#160; &#160; &#160;editoptions: { size: 165, maxlength: 250 }, align: &#39;left&#39; }, ],</p>
<p>&#160;&#160; &#160; imgpath: "themes/coffee/images",</p>
<p>&#160;&#160; &#160; postData: { &#39;UserName&#39;: UserName, &#39;ClientId&#39;: ClientId, &#39;DRID&#39;: DRID },</p>
<p>&#160;&#160; &#160; beforeEditCell: function(rowid, celname, value, iRow, iCol) { return checkApprovedforSubGrid(CurrentRowId); },</p>
<p>&#160;&#160; &#160; cellEdit: true,</p>
<p>&#160;&#160; &#160; cellsubmit: &#39;clientArray&#39;,</p>
<p>&#160;&#160; &#160; cellurl: "WSSubGridSetDFSA.aspx",</p>
<p>&#160;&#160; &#160; afterSaveCell: function(rowid, celname, value, iRow, iCol) { saveComment(row_id, value, DRID, WOID); },&#160;</p>
<p>&#160;&#160; &#160; height: &#39;100%&#39;</p>
<p>&#160;&#160; &#160;});</p>
<p><span> </span>},</p>
<div></div>
]]></description>
        	        	<pubDate>Thu, 10 Sep 2009 15:10:41 +0300</pubDate>
        </item>
</channel>
</rss>