<?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: xmlReader 'grid as a subGrid'</title>
	<link>http://www.trirand.com/blog/?page_id=393/help/xmlreader-grid-as-a-subgrid</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/xmlreader-grid-as-a-subgrid/rss" rel="self" type="application/rss+xml" />
        <item>
        	<title>Seroczynski on xmlReader 'grid as a subGrid'</title>
        	<link>http://www.trirand.com/blog/?page_id=393/help/xmlreader-grid-as-a-subgrid#p20818</link>
        	<category>Help</category>
        	<guid isPermaLink="true">http://www.trirand.com/blog/?page_id=393/help/xmlreader-grid-as-a-subgrid#p20818</guid>
        	        	<description><![CDATA[<p>Hey Tony,</p>
</p>
<p>As I&#39;ve said in my original post, there is no information about the settings for the xmlReader of a <strong>Subgrid as Grid,</strong> <em>only&#160;the information about the notation of a Subgrid&#39;s xmlReader is&#160;to be found there.</em></p>
</p>
<p>However, I managed to figure out what I was doing wrong. <strong>In case you want to configre the xmlReader of a Subgrid as Grid you need to define the xmlReader within the Subgrid as Grid tags.</strong> A short example:</p>
<p><input type='button' class='sfcodeselect' name='sfselectit9578' value='Select Code' data-codeid='sfcode9578' /></p>
<div class='sfcode' id='sfcode9578'>
<pre id=&#34;&#34;line805&#34;&#34;>...
jQuery(&#39;#&#39;+subgrid_table_id).jqGrid({ 
xmlReader: { 
root: &#39;Grid&#39;, 
row: &#39;Row&#39;, 
page: &#39;Row&#62;Page&#39;, 
total: &#39;Row&#62;Total&#39;, 
records: &#39;Row&#62;Records&#39;, 
repeatitems: false, 
}, 
...</pre>
</div>
<p>Hopefully somebody finds this useful <img class="wp-smiley" src="/blog/wp-includes/images/smilies/icon_smile.gif" alt=":)" /></p>
]]></description>
        	        	<pubDate>Mon, 15 Nov 2010 11:02:57 +0200</pubDate>
        </item>
        <item>
        	<title>tony on xmlReader 'grid as a subGrid'</title>
        	<link>http://www.trirand.com/blog/?page_id=393/help/xmlreader-grid-as-a-subgrid#p20802</link>
        	<category>Help</category>
        	<guid isPermaLink="true">http://www.trirand.com/blog/?page_id=393/help/xmlreader-grid-as-a-subgrid#p20802</guid>
        	        	<description><![CDATA[<p>Hello,</p>
<p>The xmlReader as described in wiki has a section called subgrid. This section is responsible for the description of data comming to the subgrid.</p>
<p><a rel="nofollow" href="/jqgridwiki/doku.php?id=wiki:retrieving_data" target="_blank"></a><a href="http://www.trirand.com/jqgridw" rel="nofollow" target="_blank">http://www.trirand.com/jqgridw</a>.....eving_data</p>
</p>
<p>Regards</p>
<p>Tony</p>
]]></description>
        	        	<pubDate>Sun, 14 Nov 2010 10:04:34 +0200</pubDate>
        </item>
        <item>
        	<title>Seroczynski on xmlReader 'grid as a subGrid'</title>
        	<link>http://www.trirand.com/blog/?page_id=393/help/xmlreader-grid-as-a-subgrid#p20778</link>
        	<category>Help</category>
        	<guid isPermaLink="true">http://www.trirand.com/blog/?page_id=393/help/xmlreader-grid-as-a-subgrid#p20778</guid>
        	        	<description><![CDATA[<p>Dear Tony,</p>
</p>
<p>I&#39;ve been scouting the entire jqGrid website for an answer to my question but it cannot be found. I&#39;ve tried the following pages:</p>
<p><a href="/jqgridwiki/doku.php?id=wiki:retrieving_data" target="_blank">Wiki: Retrieving data</a></p>
<p><a href="/jqgridwiki/doku.php?id=wiki:subgrid" target="_blank">Wiki: Subgrid</a></p>
<p><a href="/jqgridwiki/doku.php?id=wiki:subgrid_as_grid" target="_blank">Wiki: Subgrid as Grid</a></p>
<p>&#8230; and ofcourse the <em>jqGrid Demos</em>.</p>
</p>
<p><em>Nowhere is to be found how you manage the <strong>xmlReader</strong> of a <strong>Subgrid as Grid</strong>.</em> The subGrid shows no records. I use a custom method for my XML layout which works fine with my master grid. I&#39;ll paste a snippet of the xml settings I&#39;ve been using for my master grid. This is the same configuration as I&#39;d like to use for my connected subGrid.</p>
<p><strong><em>xmlReader from my jqGrid code</em></strong></p>
<p><input type='button' class='sfcodeselect' name='sfselectit7032' value='Select Code' data-codeid='sfcode7032' /></p>
<div class='sfcode' id='sfcode7032'>&#8230; </p>
<pre id=&#34;&#34;&#34;line797&#34;&#34;&#34;>xmlReader: { <br />root: &#39;Grid&#39;, <br />row: &#39;Rij&#39;<br />}<br />...<br /></pre>
</div>
<p><strong><em>Response to be found at my XML file</em></strong></p>
<p><input type='button' class='sfcodeselect' name='sfselectit3524' value='Select Code' data-codeid='sfcode3524' /></p>
<div class='sfcode' id='sfcode3524'>&#8230; </p>
<p>&#60;Grid&#62;</p>
<p>&#60;Rij&#62;</p>
<p>&#160;&#160;&#160; &#60;ID&#62;&#60;![CDATA[foobar]]&#62;&#60;/ID&#62;</p>
<p>&#160;&#160;&#160; &#60;Naam&#62;&#60;![CDATA[foorbar2]&#62;&#60;/Naam&#62;</p>
<p>&#60;/Rij&#62;</p>
<p>&#8230;</p>
<p>&#60;/Grid&#62;</p>
</div>
]]></description>
        	        	<pubDate>Fri, 12 Nov 2010 17:54:48 +0200</pubDate>
        </item>
</channel>
</rss>