<?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</title>
	<link>http://www.trirand.com/blog/?page_id=393/help/subgrid-1</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-1/rss" rel="self" type="application/rss+xml" />
        <item>
        	<title>tony on Subgrid</title>
        	<link>http://www.trirand.com/blog/?page_id=393/help/subgrid-1#p28961</link>
        	<category>Help</category>
        	<guid isPermaLink="true">http://www.trirand.com/blog/?page_id=393/help/subgrid-1#p28961</guid>
        	        	<description><![CDATA[<p>Hello,</p>
<p>Sorry to ask, but I do not understand what you use</p>
<p>Simple subgrid or subgrid as grid.</p>
</p>
<p>We have examples in our <a href="http://trirand.com/blog/jqgrid/jqgrid.html" target="_blank">demo page</a> , but all of them are in xml data source.</p>
</p>
<p>If you use simple subgrid you will need to look at <strong>jsonReader.subgrid</strong></p>
<p>see docs for the readers.</p>
</p>
<p>If you use sugbrid as grid there is nothing special the subgrid grid is just regular grid.</p>
<p>Please let me know what you use so that I eventually can help.</p>
</p>
<p>Regards</p></p>
]]></description>
        	        	<pubDate>Fri, 07 Jun 2013 08:05:09 +0300</pubDate>
        </item>
        <item>
        	<title>shakio on Subgrid</title>
        	<link>http://www.trirand.com/blog/?page_id=393/help/subgrid-1#p28940</link>
        	<category>Help</category>
        	<guid isPermaLink="true">http://www.trirand.com/blog/?page_id=393/help/subgrid-1#p28940</guid>
        	        	<description><![CDATA[<p>Hi, first off let me say I love this product!</p>
<p>It&#8217;s been a real life saver&#8230;</p>
</p>
<p>I have came up on a problem and cannot find a solution.</p>
<p>I have an asp.net mvc site, but communication with the grid is not using models, just ajax json calls.</p>
<p>I would like to create a subgrid for my grid.</p>
<p>The data is being passed from the controller to the browser, but, all I ever see is the subgrid header, no data.</p>
<p>I originally setup the json string just like I did with the main grid.</p>
<p>But then I ran across some info that stated the string I send back is in a different format (cell format). Doing some research I found this site:</p>
<p><a href="http://wiki.gxtechnical.com/commwiki/servlet/hwiki?jqGrid+Data+Manipulation" rel="nofollow" target="_blank"><a href="http://wiki.gxtechnical.com/co" rel="nofollow">http://wiki.gxtechnical.com/co</a>.....nipulation</a></p>
<p>The cell format looks like this:</p>
<p>{</p>
<p>&#160; "totalpages": "xxx",</p>
<p>&#160; "currpage": "yyy",</p>
<p>&#160; "totalrecords": "zzz",</p>
<p>&#160; "invdata" : [</p>
<p>&#160;&#160;&#160; {"id" :"1", "invrow" :["cell11", "cell12", "cell13"]},</p>
<p>&#160;&#160;&#160; {"id" :"2", "invrow" :["cell21", "cell22", "cell23"]},</p>
<p>&#160;&#160;&#160;&#160;&#160; ...</p>
<p>&#160; ]</p>
<p>}</p>
</p>
<p>So I refactored my string to match and still no luck.</p>
<p>Is the correct format to send the data to the subgrid with?</p>
<p>Thanks!</p>
]]></description>
        	        	<pubDate>Tue, 04 Jun 2013 22:19:20 +0300</pubDate>
        </item>
</channel>
</rss>