<?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: No '+' signs appearing for 'grid as subgrid', so can't expand.</title>
	<link>http://www.trirand.com/blog/?page_id=393/help/no-signs-appearing-for-grid-as-subgrid-so-cant-expand</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/no-signs-appearing-for-grid-as-subgrid-so-cant-expand/rss" rel="self" type="application/rss+xml" />
        <item>
        	<title>uncertainGenius on No '+' signs appearing for 'grid as subgrid', so can't expand.</title>
        	<link>http://www.trirand.com/blog/?page_id=393/help/no-signs-appearing-for-grid-as-subgrid-so-cant-expand#p9682</link>
        	<category>Help</category>
        	<guid isPermaLink="true">http://www.trirand.com/blog/?page_id=393/help/no-signs-appearing-for-grid-as-subgrid-so-cant-expand#p9682</guid>
        	        	<description><![CDATA[<p>Aaaargh!!!!!</p>
</p>
<p>Thanks very much, this has been driving me mad for days.</p>
]]></description>
        	        	<pubDate>Sun, 13 Sep 2009 23:21:17 +0300</pubDate>
        </item>
        <item>
        	<title>markw65 on No '+' signs appearing for 'grid as subgrid', so can't expand.</title>
        	<link>http://www.trirand.com/blog/?page_id=393/help/no-signs-appearing-for-grid-as-subgrid-so-cant-expand#p9681</link>
        	<category>Help</category>
        	<guid isPermaLink="true">http://www.trirand.com/blog/?page_id=393/help/no-signs-appearing-for-grid-as-subgrid-so-cant-expand#p9681</guid>
        	        	<description><![CDATA[<p>Make that:</p>
</p>
<p>gridview : false</p>
</p>
<p>Mark (who fought the same issue for an hour the other day)</p>
]]></description>
        	        	<pubDate>Sun, 13 Sep 2009 23:10:09 +0300</pubDate>
        </item>
        <item>
        	<title>uncertainGenius on No '+' signs appearing for 'grid as subgrid', so can't expand.</title>
        	<link>http://www.trirand.com/blog/?page_id=393/help/no-signs-appearing-for-grid-as-subgrid-so-cant-expand#p9679</link>
        	<category>Help</category>
        	<guid isPermaLink="true">http://www.trirand.com/blog/?page_id=393/help/no-signs-appearing-for-grid-as-subgrid-so-cant-expand#p9679</guid>
        	        	<description><![CDATA[<p>Hello... <br /> I have a nice little grid going, and I&#39;d like to add in a &#39;grid as <br /> subgrid&#39; to view details of each record. <br /> I have a function which looks something like this (see below) - now <br /> the column where the plus symbol should show up is there, but with <br /> nothing in it - and clicking on the empty column does nothing. <br /> Inspecting the element with Firebug shows &#39;&#60;td style="" role="grid"/&#62;&#39; <br /> So...any idea what I&#39;m doing wrong here?</p>
<p>Using version 3.5.2, with a custom style.</p>
<p>function show_grid(fid,start,end){ <br /> &#160; &#160; // Clear the grid of any information <br /> &#160; &#160; jQuery("#events").GridUnload();</p>
<p>&#160; &#160; // Create a new jqgrid with new column names and modals. <br /> &#160; &#160; var mygrid = jQuery("#events").jqGrid({ <br /> &#160; &#160; &#160; &#160; url:&#39;genie.pl? <br /> REPORT=flume_losses&#38;PAGE=HTTPResponse_events.htmp&#38;operation=get_grouped_events&#38;fid=&#39; <br /> + fid + &#39;&#38;start=&#39; + start + &#39;&#38;end=&#39; + end, <br /> &#160; &#160; &#160; &#160; datatype: &#39;json&#39;, <br /> &#160; &#160; &#160; &#160; mtype: &#39;GET&#39;, <br /> &#160; &#160; &#160; &#160; height: 180, <br /> &#160; &#160; &#160; &#160; autowidth: false, <br /> &#160; &#160; &#160; &#160; colNames: column_names, <br /> &#160; &#160; &#160; &#160; colModel: column_modal, <br /> &#160; &#160; &#160; &#160; pager: jQuery(&#39;#pager&#39;), <br /> &#160; &#160; &#160; &#160; rowNum:2, <br /> &#160; &#160; &#160; &#160; rowList:[2,30,50,100], <br /> &#160; &#160; &#160; &#160; sortname: &#39;event_count&#39;, <br /> &#160; &#160; &#160; &#160; gridview: true, <br /> &#160; &#160; &#160; &#160; viewsortcols: true, <br /> &#160; &#160; &#160; &#160; sortorder: "desc", <br /> &#160; &#160; &#160; &#160; viewrecords: true, <br /> &#160; &#160; &#160; &#160; imgpath: &#39;/common/css/jquery-ui-mes-theme/images/&#39;, <br /> &#160; &#160; &#160; &#160; caption: &#39;Events detail&#39;, <br /> &#160; &#160; &#160; &#160; multiselect: false, <br /> &#160; &#160; &#160; &#160; subGrid:true, <br /> &#160; &#160; &#160; &#160; subGridRowExpanded: function(subgrid_id, row_id) {}, <br /> &#160; &#160; &#160; &#160; subGridRowColapsed: function(subgrid_id, row_id) {} <br /> &#160; &#160; });</p>
<p>&#160; return;</p>
]]></description>
        	        	<pubDate>Sun, 13 Sep 2009 21:00:39 +0300</pubDate>
        </item>
</channel>
</rss>