<?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: My JSON data comes with a label for the root object</title>
	<link>http://www.trirand.com/blog/?page_id=393/help/my-json-data-comes-with-a-label-for-the-root-object</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/my-json-data-comes-with-a-label-for-the-root-object/rss" rel="self" type="application/rss+xml" />
        <item>
        	<title>brandonkirsch on My JSON data comes with a label for the root object</title>
        	<link>http://www.trirand.com/blog/?page_id=393/help/my-json-data-comes-with-a-label-for-the-root-object#p26544</link>
        	<category>Help</category>
        	<guid isPermaLink="true">http://www.trirand.com/blog/?page_id=393/help/my-json-data-comes-with-a-label-for-the-root-object#p26544</guid>
        	        	<description><![CDATA[<p>For future reference, the jsonReader options are what you would use to adjust where JQGrid will look inside the JSON object for all of the different values you are supposed to supply.</p>
]]></description>
        	        	<pubDate>Wed, 09 May 2012 16:19:31 +0300</pubDate>
        </item>
        <item>
        	<title>mistr_e on My JSON data comes with a label for the root object</title>
        	<link>http://www.trirand.com/blog/?page_id=393/help/my-json-data-comes-with-a-label-for-the-root-object#p26543</link>
        	<category>Help</category>
        	<guid isPermaLink="true">http://www.trirand.com/blog/?page_id=393/help/my-json-data-comes-with-a-label-for-the-root-object#p26543</guid>
        	        	<description><![CDATA[<p>I figured it out. If I use</p>
<p><input type='button' class='sfcodeselect' name='sfselectit9065' value='Select Code' data-codeid='sfcode9065' /></p>
<div class='sfcode' id='sfcode9065'>Empty</div>
<p>&#160;instead of</p>
<p><input type='button' class='sfcodeselect' name='sfselectit6018' value='Select Code' data-codeid='sfcode6018' /></p>
<div class='sfcode' id='sfcode6018'>&#34;&#34;</div>
<p>&#160;as a label name it doesn&#39;t use a label at all.</p>
]]></description>
        	        	<pubDate>Wed, 09 May 2012 16:11:45 +0300</pubDate>
        </item>
        <item>
        	<title>mistr_e on My JSON data comes with a label for the root object</title>
        	<link>http://www.trirand.com/blog/?page_id=393/help/my-json-data-comes-with-a-label-for-the-root-object#p26537</link>
        	<category>Help</category>
        	<guid isPermaLink="true">http://www.trirand.com/blog/?page_id=393/help/my-json-data-comes-with-a-label-for-the-root-object#p26537</guid>
        	        	<description><![CDATA[<p>I&#39;m sure I&#39;m not using quite the terminology but I&#39;ll try to explain.</p>
<p>I&#39;m using this JSON class for ASP classic.</p>
<p><a rel="nofollow" href="http://www.webdevbros.net/2007/04/26/generate-json-from-asp-datatypes/" target="_blank"></a><a href="http://www.webdevbros.net/2007&#038;hellip" rel="nofollow" target="_blank"><a href="http://www.webdevbros.net/2007" rel="nofollow">http://www.webdevbros.net/2007</a>.....038;hellip</a>;..datatypes/</p>
</p>
<p>I can not get it to return my JSON without an initial label.</p>
<p>It returns</p>
<pre><p><input type='button' class='sfcodeselect' name='sfselectit7582' value='Select Code' data-codeid='sfcode7582' /></p><div class='sfcode' id='sfcode7582'>{&#34;mandatorylabel&#34;: {&#34;page&#34;: 1,&#34;total&#34;: 1,&#34;records&#34;: 6,&#34;rows&#34;: [{&#34;firstname&#34;: &#34;Chris&#34;},{&#34;firstname&#34;: &#34;Dave&#34;}]}}</div></pre>
<p>But I cannot find any settings to get jqGrid to understand it. It does work with this though.</p>
<pre><p><input type='button' class='sfcodeselect' name='sfselectit4962' value='Select Code' data-codeid='sfcode4962' /></p><div class='sfcode' id='sfcode4962'>{&#34;page&#34;: 1,&#34;total&#34;: 1,&#34;records&#34;: 6,&#34;rows&#34;: [{&#34;firstname&#34;: &#34;Chris&#34;},{&#34;firstname&#34;: &#34;Dave&#34;}]}</div></pre>
<p>I can provide an empty string and indicate it&#39;s already enclosed to my ASP class giving me this</p>
<pre><p><input type='button' class='sfcodeselect' name='sfselectit743' value='Select Code' data-codeid='sfcode743' /></p><div class='sfcode' id='sfcode743'>&#34;&#34;: {&#34;page&#34;: 1,&#34;total&#34;: 1,&#34;records&#34;: 6,&#34;rows&#34;: [{&#34;firstname&#34;: &#34;Chris&#34;},{&#34;firstname&#34;: &#34;Dave&#34;}]}</div></pre>
<p>But still no go with jqGrid.</p>
<p>Is there a jsonReader option I&#39;m missing or should I be looking at issues with the ASP class?</p>
<p>Both results seem to be perfectly valid JSON responses.</p>
<p>Any help is greatly appreciated</p>
]]></description>
        	        	<pubDate>Tue, 08 May 2012 23:11:58 +0300</pubDate>
        </item>
</channel>
</rss>