<?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: JSON GridImport</title>
	<link>http://www.trirand.com/blog/?page_id=393/help/json-gridimport</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/json-gridimport/rss" rel="self" type="application/rss+xml" />
        <item>
        	<title>nj on JSON GridImport</title>
        	<link>http://www.trirand.com/blog/?page_id=393/help/json-gridimport#p28192</link>
        	<category>Help</category>
        	<guid isPermaLink="true">http://www.trirand.com/blog/?page_id=393/help/json-gridimport#p28192</guid>
        	        	<description><![CDATA[<p>Hi guys,</p>
<p>Any idea?</p>
<p>I hope this post is not too trivial so to not getting answer from anyone.</p>
]]></description>
        	        	<pubDate>Fri, 01 Feb 2013 03:10:35 +0200</pubDate>
        </item>
        <item>
        	<title>nj on JSON GridImport</title>
        	<link>http://www.trirand.com/blog/?page_id=393/help/json-gridimport#p28169</link>
        	<category>Help</category>
        	<guid isPermaLink="true">http://www.trirand.com/blog/?page_id=393/help/json-gridimport#p28169</guid>
        	        	<description><![CDATA[<p>Hi,</p>
<p>I am trying to generate a JqGrid by importing its configuration using JSON format.</p>
<p>The import script is contained in the <em>PCS.aspx</em> page, which also contains the <em>&#60;table id="UsersGrid" class="scroll"&#62;&#60;/table&#62;</em>&#160;markup as well as the &#160;<em>&#60;div id="UsersGridPager" &#160;class="scroll"&#62;&#60;/div&#62;</em>&#160;where the JqGrid and the pager will be loaded. &#160;</p>
<p><em>PCS.aspx</em> page is called by the Jquery "tabs" widget which is located in the page <em>ePICMain.aspx</em>.</p>
<p>The string containing the JqGrid configurations (taken from <em>JSON_test.txt</em>) is passed to the jqGridImport by the handler &#39;Prueba1.ashx&#39;. BTW, I am passing this string just for testing purposes, once got it working, the config string will be constructed programatically from rules in a DB table.</p>
</p>
<p>These are the relevant codes:</p>
</p>
<p><strong>ePICMain.aspx:</strong></p>
<p><input type='button' class='sfcodeselect' name='sfselectit9082' value='Select Code' data-codeid='sfcode9082' /></p>
<div class='sfcode' id='sfcode9082'>
<p>&#60;html xmlns=&#34;<a href="http://www.w3.org/1999/xhtml&#34;&#038;gt" rel="nofollow" target="_blank"><a href="http://www.w3.org/1999/xhtml&#038;q" rel="nofollow">http://www.w3.org/1999/xhtml&#038;q</a>.....t;&#038;gt</a>;</p>
<p>&#60;head&#62;</p>
<p>&#60;title&#62;&#60;/title&#62;</p>
<p>&#60;link href=&#34;../Scripts/jquery-ui-1.9.2.custom/development-bundle/themes/base/jquery-ui.css&#34; rel=&#34;stylesheet&#34; type=&#34;text/css&#34; /&#62;</p>
<p>&#60;script src=&#34;../Scripts/jquery-1.8.3.min.js&#34; type=&#34;text/javascript&#34;&#62;&#60;/script&#62;</p>
<p>&#60;script src=&#34;../Scripts/jquery-ui-1.9.2.custom/js/jquery-ui-1.9.2.custom.js&#34; type=&#34;text/javascript&#34;&#62;&#60;/script&#62;</p>
</p>
<p>&#60;script type=&#34;text/javascript&#34;&#62;</p>
<p>$(function () {</p>
<p>$(&#34;#tabs&#34;).tabs({</p>
<p>beforeLoad: function (event, ui) {</p>
<p>ui.jqXHR.error(function () {</p>
<p>ui.panel.html(</p>
<p>&#34;Couldn&#39;t load this tab.&#34;);</p>
<p>});</p>
<p>}</p>
<p>});</p>
<p>});</p>
<p>&#60;/script&#62;</p>
<p>&#60;/head&#62;</p>
<p>&#60;body&#62;</p>
<p>&#60;div id=&#34;tabs&#34;&#62;</p>
<p>&#60;form method=&#34;post&#34; action=&#34;ePICMain.aspx&#34; id=&#34;form1&#34;&#62;</p>
<p>&#60;div class=&#34;aspNetHidden&#34;&#62;</p>
<p>&#60;input type=&#34;hidden&#34; name=&#34;__VIEWSTATE&#34; id=&#34;__VIEWSTATE&#34; value=&#34;/wEPDwUJMzQ1MjMwNzM2ZGR622tuDyx8e6mpj9Xd9uu7ClQ5eg6O2BWgNln+HJaI+g==&#34; /&#62;</p>
<p>&#60;/div&#62;</p>
<p>&#60;ul&#62;</p>
<p>&#60;li&#62;&#60;a class=&#34;MenuHlink&#34; href=&#34;PJS.aspx&#34;&#62;PROJECT SETUP&#60;/a&#62;&#60;/li&#62;</p>
<p>&#60;li&#62;&#60;a class=&#34;MenuHlink&#34; href=&#34;PFS.aspx&#34;&#62;FORMAT SETUP&#60;/a&#62;&#60;/li&#62;</p>
<p>&#60;li&#62;&#60;a class=&#34;MenuHlink&#34; href=&#34;PCS.aspx&#34;&#62;PROJECT CALCULATIONS SETUP&#60;/a&#62;&#60;/li&#62;</p>
<p>&#60;li&#62;&#60;a class=&#34;MenuHlink&#34; href=&#34;EGL.aspx&#34;&#62;ELECTRICAL GEAR MODIFICATION&#60;/a&#62;&#60;/li&#62;</p>
<p>&#60;li&#62;&#60;a class=&#34;MenuHlink&#34; href=&#34;ELL.aspx&#34;&#62;ELECTRICAL LOADS MODIFICATION&#60;/a&#62;&#60;/li&#62;</p>
<p>&#60;li&#62;&#60;a class=&#34;MenuHlink&#34; href=&#34;ECL.aspx&#34;&#62;ELECTRICAL CABLES MODIFICATION&#60;/a&#62;&#60;/li&#62;</p>
<p>&#60;li&#62;&#60;a class=&#34;MenuHlink&#34; href=&#34;ISSUE.aspx&#34;&#62;DELIVERABLES ISSUANCE&#60;/a&#62;&#60;/li&#62;</p>
<p>&#60;/ul&#62;</p>
<p>&#60;/div&#62;</p>
<p>&#60;/form&#62;</p>
<p>&#60;/div&#62;</p>
<p>&#60;/body&#62;</p>
<p>&#60;/html&#62;</p>
</div>
<p><span style="font-weight: bold;">PCS.aspx:</span></p>
<p><input type='button' class='sfcodeselect' name='sfselectit187' value='Select Code' data-codeid='sfcode187' /></p>
<div class='sfcode' id='sfcode187'>
<div class=&#34;sfcode&#34;>
<div class=&#34;sfcode&#34;>&#60;html xmlns=&#34;<a href="http://www.w3.org/1999/xhtml&#34;&#038;gt" rel="nofollow" target="_blank"><a href="http://www.w3.org/1999/xhtml&#038;q" rel="nofollow">http://www.w3.org/1999/xhtml&#038;q</a>.....t;&#038;gt</a>; &#60;head runat=&#34;server&#34;&#62;</div>
<p><input type='button' class='sfcodeselect' name='sfselectit6499' value='Select Code' data-codeid='sfcode6499' /></p>
<div class='sfcode' id='sfcode6499'>&#60;title&#62;&#60;/title&#62;</div>
<p><input type='button' class='sfcodeselect' name='sfselectit9766' value='Select Code' data-codeid='sfcode9766' /></p>
<div class='sfcode' id='sfcode9766'>&#60;link rel=&#34;stylesheet&#34; type=&#34;text/css&#34; media=&#34;screen&#34; href=&#34;../Styles/ui-lightness/jquery.ui.theme.css&#34; /&#62;</div>
<p><input type='button' class='sfcodeselect' name='sfselectit5087' value='Select Code' data-codeid='sfcode5087' /></p>
<div class='sfcode' id='sfcode5087'>&#60;link rel=&#34;stylesheet&#34; type=&#34;text/css&#34; media=&#34;screen&#34; href=&#34;../Styles/ui.jqgrid.css&#34; /&#62; &#160; &#160; &#160; &#160; &#160; &#60;script src=&#34;../Scripts/jquery-1.8.3.min.js&#34; type=&#34;text/javascript&#34;&#62;&#60;/script&#62; &#160; &#160; &#160; &#160; &#160; &#160; &#160; &#160; &#160; &#60;script src=&#34;../Scripts/grid.locale-en.js&#34; type=&#34;text/javascript&#34;&#62;&#60;/script&#62; &#160; &#160; &#160; &#160; &#160; &#160; &#160; &#160; &#160; &#160; &#60;script src=&#34;../Scripts/jquery.jqGrid.min.js&#34; type=&#34;text/javascript&#34;&#62;&#60;/script&#62;</div>
<p><input type='button' class='sfcodeselect' name='sfselectit1272' value='Select Code' data-codeid='sfcode1272' /></p>
<div class='sfcode' id='sfcode1272'>&#60;script type=&#34;text/javascript&#34;&#62;</div>
<p><input type='button' class='sfcodeselect' name='sfselectit9079' value='Select Code' data-codeid='sfcode9079' /></p>
<div class='sfcode' id='sfcode9079'>jQuery(&#34;#UsersGrid&#34;).jqGrid(&#39;jqGridImport&#39;, { impurl: &#34;prueba1.ashx&#34;, imptype: &#34;json&#34;, mtype: &#34;POST&#34;, jsonGrid: { config: &#34;grid&#34;, data: &#34;data&#34;} });</div>
<p><input type='button' class='sfcodeselect' name='sfselectit8348' value='Select Code' data-codeid='sfcode8348' /></p>
<div class='sfcode' id='sfcode8348'>&#60;/script&#62;</div>
<p><input type='button' class='sfcodeselect' name='sfselectit3056' value='Select Code' data-codeid='sfcode3056' /></p>
<div class='sfcode' id='sfcode3056'>&#60;/head&#62;</div>
<p><input type='button' class='sfcodeselect' name='sfselectit1714' value='Select Code' data-codeid='sfcode1714' /></p>
<div class='sfcode' id='sfcode1714'>&#60;body&#62;</div>
<p><input type='button' class='sfcodeselect' name='sfselectit1685' value='Select Code' data-codeid='sfcode1685' /></p>
<div class='sfcode' id='sfcode1685'>&#60;form id=&#34;form1&#34; runat=&#34;server&#34;&#62;</div>
<p><input type='button' class='sfcodeselect' name='sfselectit4957' value='Select Code' data-codeid='sfcode4957' /></p>
<div class='sfcode' id='sfcode4957'>&#60;table id=&#34;UsersGrid&#34; class=&#34;scroll&#34;&#62;&#60;/table&#62;</div>
<p><input type='button' class='sfcodeselect' name='sfselectit4393' value='Select Code' data-codeid='sfcode4393' /></p>
<div class='sfcode' id='sfcode4393'>&#60;div id=&#34;UsersGridPager&#34;  class=&#34;scroll&#34;&#62;&#60;/div&#62;</div>
<p><input type='button' class='sfcodeselect' name='sfselectit6620' value='Select Code' data-codeid='sfcode6620' /></p>
<div class='sfcode' id='sfcode6620'>&#60;/form&#62;</div>
<p><input type='button' class='sfcodeselect' name='sfselectit5480' value='Select Code' data-codeid='sfcode5480' /></p>
<div class='sfcode' id='sfcode5480'>&#60;/body&#62;</div>
<p><input type='button' class='sfcodeselect' name='sfselectit3971' value='Select Code' data-codeid='sfcode3971' /></p>
<div class='sfcode' id='sfcode3971'>&#60;/html&#62;</div>
</div>
</div>
<p><strong>Handler &#39;Prueba1.ashx&#39;:</strong></p>
<p><input type='button' class='sfcodeselect' name='sfselectit3517' value='Select Code' data-codeid='sfcode3517' /></p>
<div class='sfcode' id='sfcode3517'>
<p>public void ProcessRequest(HttpContext context)</p>
<p>{HttpResponse response = context.Response;</p>
<p>&#160;string output = BuildJQGridImport();</p>
<p>&#160;response.Write(output);</p>
<p>}</p>
</p>
<p>private string BuildJQGridImport()</p>
<p>{</p>
<p>string result;</p>
<p>result = @&#34;{grid:{&#34;&#34;url&#34;&#34;:&#34;&#34;&#34;&#34;,&#34;&#34;page&#34;&#34;:&#34;&#34;1&#34;&#34;,&#34;&#34;rowNum&#34;&#34;:10,&#34;&#34;pager&#34;&#34;:&#34;&#34;#UsersGridPager&#34;&#34;,&#34;&#34;pgbuttons&#34;&#34;:true,&#34;&#34;pginput&#34;&#34;:true,&#34;&#34;colModel&#34;&#34;:[{&#34;&#34;name&#34;&#34;:&#34;&#34;id&#34;&#34;,&#34;&#34;index&#34;&#34;:&#34;&#34;id&#34;&#34;,&#34;&#34;width&#34;&#34;:55,&#34;&#34;resizable&#34;&#34;:true},{&#34;&#34;name&#34;&#34;:&#34;&#34;invdate&#34;&#34;,&#34;&#34;index&#34;&#34;:&#34;&#34;invdate&#34;&#34;,&#34;&#34;width&#34;&#34;:90,&#34;&#34;resizable&#34;&#34;:true},{&#34;&#34;name&#34;&#34;:&#34;&#34;name&#34;&#34;,&#34;&#34;index&#34;&#34;:&#34;&#34;name asc, invdate&#34;&#34;,&#34;&#34;width&#34;&#34;:100,&#34;&#34;resizable&#34;&#34;:true},{&#34;&#34;name&#34;&#34;:&#34;&#34;amount&#34;&#34;,&#34;&#34;index&#34;&#34;:&#34;&#34;amount&#34;&#34;,&#34;&#34;width&#34;&#34;:80,&#34;&#34;align&#34;&#34;:&#34;&#34;right&#34;&#34;,&#34;&#34;resizable&#34;&#34;:true},{&#34;&#34;name&#34;&#34;:&#34;&#34;tax&#34;&#34;,&#34;&#34;index&#34;&#34;:&#34;&#34;tax&#34;&#34;,&#34;&#34;width&#34;&#34;:80,&#34;&#34;align&#34;&#34;:&#34;&#34;right&#34;&#34;,&#34;&#34;resizable&#34;&#34;:true},{&#34;&#34;name&#34;&#34;:&#34;&#34;total&#34;&#34;,&#34;&#34;index&#34;&#34;:&#34;&#34;total&#34;&#34;,&#34;&#34;width&#34;&#34;:80,&#34;&#34;align&#34;&#34;:&#34;&#34;right&#34;&#34;,&#34;&#34;resizable&#34;&#34;:true},{&#34;&#34;name&#34;&#34;:&#34;&#34;note&#34;&#34;,&#34;&#34;index&#34;&#34;:&#34;&#34;note&#34;&#34;,&#34;&#34;width&#34;&#34;:150,&#34;&#34;sortable&#34;&#34;:false,&#34;&#34;resizable&#34;&#34;:true}],&#34;&#34;rowList&#34;&#34;:[10,20,30],&#34;&#34;colNames&#34;&#34;:[&#34;&#34;Inv No&#34;&#34;,&#34;&#34;Date&#34;&#34;,&#34;&#34;Client&#34;&#34;,&#34;&#34;Amount&#34;&#34;,&#34;&#34;Tax&#34;&#34;,&#34;&#34;Total&#34;&#34;,&#34;&#34;Notes&#34;&#34;],&#34;&#34;sortorder&#34;&#34;:&#34;&#34;desc&#34;&#34;,&#34;&#34;sortname&#34;&#34;:&#34;&#34;id&#34;&#34;,&#34;&#34;datatype&#34;&#34;:&#34;&#34;json&#34;&#34;,&#34;&#34;mtype&#34;&#34;:&#34;&#34;GET&#34;&#34;,&#34;&#34;altRows&#34;&#34;:true,&#34;&#34;shrinkToFit&#34;&#34;:false,&#34;&#34;subGrid&#34;&#34;:false,&#34;&#34;viewrecords&#34;&#34;:true,&#34;&#34;caption&#34;&#34;:&#34;&#34;JSON Example&#34;&#34;,&#34;&#34;hiddengrid&#34;&#34;:false,&#34;&#34;recordtext&#34;&#34;:&#34;&#34;Row(s)&#34;&#34;},data: {&#34;&#34;page&#34;&#34;:&#34;&#34;1&#34;&#34;,&#34;&#34;total&#34;&#34;:2,&#34;&#34;records&#34;&#34;:&#34;&#34;13&#34;&#34;,&#34;&#34;rows&#34;&#34;:[{&#34;&#34;id&#34;&#34;:&#34;&#34;13&#34;&#34;,&#34;&#34;cell&#34;&#34;:[&#34;&#34;13&#34;&#34;,&#34;&#34;2007-10-06&#34;&#34;,&#34;&#34;Client 3&#34;&#34;,&#34;&#34;1,234.00&#34;&#34;,&#34;&#34;0.00&#34;&#34;,&#34;&#34;1000.00&#34;&#34;,null]},{&#34;&#34;id&#34;&#34;:&#34;&#34;12&#34;&#34;,&#34;&#34;cell&#34;&#34;:[&#34;&#34;12&#34;&#34;,&#34;&#34;2007-10-06&#34;&#34;,&#34;&#34;Client 2 &#38;amp; test&#34;&#34;,&#34;&#34;1,700.00&#34;&#34;,&#34;&#34;140.00&#34;&#34;,&#34;&#34;1840.00&#34;&#34;,null]},{&#34;&#34;id&#34;&#34;:&#34;&#34;11&#34;&#34;,&#34;&#34;cell&#34;&#34;:[&#34;&#34;11&#34;&#34;,&#34;&#34;2007-10-06&#34;&#34;,&#34;&#34;Client 1 &#38; this should work&#34;&#34;,&#34;&#34;600.00&#34;&#34;,&#34;&#34;120.00&#34;&#34;,&#34;&#34;720.00&#34;&#34;,null]},{&#34;&#34;id&#34;&#34;:&#34;&#34;10&#34;&#34;,&#34;&#34;cell&#34;&#34;:[&#34;&#34;10&#34;&#34;,&#34;&#34;2007-10-06&#34;&#34;,&#34;&#34;Client 2 &#38;amp; test&#34;&#34;,&#34;&#34;100.00&#34;&#34;,&#34;&#34;20.00&#34;&#34;,&#34;&#34;120.00&#34;&#34;,null]},{&#34;&#34;id&#34;&#34;:&#34;&#34;9&#34;&#34;,&#34;&#34;cell&#34;&#34;:[&#34;&#34;9&#34;&#34;,&#34;&#34;2007-10-06&#34;&#34;,&#34;&#34;Client 1 &#38; this should work&#34;&#34;,&#34;&#34;200.00&#34;&#34;,&#34;&#34;40.00&#34;&#34;,&#34;&#34;240.00&#34;&#34;,null]},{&#34;&#34;id&#34;&#34;:&#34;&#34;8&#34;&#34;,&#34;&#34;cell&#34;&#34;:[&#34;&#34;8&#34;&#34;,&#34;&#34;2007-10-06&#34;&#34;,&#34;&#34;Client 3&#34;&#34;,&#34;&#34;200.00&#34;&#34;,&#34;&#34;0.00&#34;&#34;,&#34;&#34;200.00&#34;&#34;,null]},{&#34;&#34;id&#34;&#34;:&#34;&#34;7&#34;&#34;,&#34;&#34;cell&#34;&#34;:[&#34;&#34;7&#34;&#34;,&#34;&#34;2007-10-05&#34;&#34;,&#34;&#34;Client 2 &#38;amp; test&#34;&#34;,&#34;&#34;120.00&#34;&#34;,&#34;&#34;12.00&#34;&#34;,&#34;&#34;134.00&#34;&#34;,null]},{&#34;&#34;id&#34;&#34;:&#34;&#34;6&#34;&#34;,&#34;&#34;cell&#34;&#34;:[&#34;&#34;6&#34;&#34;,&#34;&#34;2007-10-05&#34;&#34;,&#34;&#34;Client 1 &#38; this should work&#34;&#34;,&#34;&#34;50.00&#34;&#34;,&#34;&#34;10.00&#34;&#34;,&#34;&#34;60.00&#34;&#34;,null]},{&#34;&#34;id&#34;&#34;:&#34;&#34;5&#34;&#34;,&#34;&#34;cell&#34;&#34;:[&#34;&#34;5&#34;&#34;,&#34;&#34;2007-10-05&#34;&#34;,&#34;&#34;Client 3&#34;&#34;,&#34;&#34;100.00&#34;&#34;,&#34;&#34;0.00&#34;&#34;,&#34;&#34;100.00&#34;&#34;,&#34;&#34;no tax gdsafjhgsadf&#34;&#34;]},{&#34;&#34;id&#34;&#34;:&#34;&#34;4&#34;&#34;,&#34;&#34;cell&#34;&#34;:[&#34;&#34;4&#34;&#34;,&#34;&#34;2007-10-04&#34;&#34;,&#34;&#34;Client 3&#34;&#34;,&#34;&#34;150.00&#34;&#34;,&#34;&#34;0.00&#34;&#34;,&#34;&#34;150.00&#34;&#34;,&#34;&#34;no tax ggfgdsfgsfdg&#34;&#34;]}]}}&#34;;</p>
<p>return result;</p>
<p>}</p>
</div>
<p>when run, fiddler2 catches the following as being passed from the handler to the import script in PCS.aspx:</p>
</p>
<p><input type='button' class='sfcodeselect' name='sfselectit9718' value='Select Code' data-codeid='sfcode9718' /></p>
<div class='sfcode' id='sfcode9718'>{grid:{&#34;url&#34;:&#34;&#34;,&#34;page&#34;:&#34;1&#34;,&#34;rowNum&#34;:10,&#34;pager&#34;:&#34;#UsersGridPager&#34;,&#34;pgbuttons&#34;:true,&#34;pginput&#34;:true,&#34;colModel&#34;:[{&#34;name&#34;:&#34;id&#34;,&#34;index&#34;:&#34;id&#34;,&#34;width&#34;:55,&#34;resizable&#34;:true},{&#34;name&#34;:&#34;invdate&#34;,&#34;index&#34;:&#34;invdate&#34;,&#34;width&#34;:90,&#34;resizable&#34;:true},{&#34;name&#34;:&#34;name&#34;,&#34;index&#34;:&#34;name asc, invdate&#34;,&#34;width&#34;:100,&#34;resizable&#34;:true},{&#34;name&#34;:&#34;amount&#34;,&#34;index&#34;:&#34;amount&#34;,&#34;width&#34;:80,&#34;align&#34;:&#34;right&#34;,&#34;resizable&#34;:true},{&#34;name&#34;:&#34;tax&#34;,&#34;index&#34;:&#34;tax&#34;,&#34;width&#34;:80,&#34;align&#34;:&#34;right&#34;,&#34;resizable&#34;:true},{&#34;name&#34;:&#34;total&#34;,&#34;index&#34;:&#34;total&#34;,&#34;width&#34;:80,&#34;align&#34;:&#34;right&#34;,&#34;resizable&#34;:true},{&#34;name&#34;:&#34;note&#34;,&#34;index&#34;:&#34;note&#34;,&#34;width&#34;:150,&#34;sortable&#34;:false,&#34;resizable&#34;:true}],&#34;rowList&#34;:[10,20,30],&#34;colNames&#34;:[&#34;Inv No&#34;,&#34;Date&#34;,&#34;Client&#34;,&#34;Amount&#34;,&#34;Tax&#34;,&#34;Total&#34;,&#34;Notes&#34;],&#34;sortorder&#34;:&#34;desc&#34;,&#34;sortname&#34;:&#34;id&#34;,&#34;datatype&#34;:&#34;json&#34;,&#34;mtype&#34;:&#34;GET&#34;,&#34;altRows&#34;:true,&#34;shrinkToFit&#34;:false,&#34;subGrid&#34;:false,&#34;viewrecords&#34;:true,&#34;caption&#34;:&#34;JSON Example&#34;,&#34;hiddengrid&#34;:false,&#34;recordtext&#34;:&#34;Row(s)&#34;},data: {&#34;page&#34;:&#34;1&#34;,&#34;total&#34;:2,&#34;records&#34;:&#34;13&#34;,&#34;rows&#34;:[{&#34;id&#34;:&#34;13&#34;,&#34;cell&#34;:[&#34;13&#34;,&#34;2007-10-06&#34;,&#34;Client 3&#34;,&#34;1,234.00&#34;,&#34;0.00&#34;,&#34;1000.00&#34;,null]},{&#34;id&#34;:&#34;12&#34;,&#34;cell&#34;:[&#34;12&#34;,&#34;2007-10-06&#34;,&#34;Client 2 &#38;amp; test&#34;,&#34;1,700.00&#34;,&#34;140.00&#34;,&#34;1840.00&#34;,null]},{&#34;id&#34;:&#34;11&#34;,&#34;cell&#34;:[&#34;11&#34;,&#34;2007-10-06&#34;,&#34;Client 1 &#38; this should work&#34;,&#34;600.00&#34;,&#34;120.00&#34;,&#34;720.00&#34;,null]},{&#34;id&#34;:&#34;10&#34;,&#34;cell&#34;:[&#34;10&#34;,&#34;2007-10-06&#34;,&#34;Client 2 &#38;amp; test&#34;,&#34;100.00&#34;,&#34;20.00&#34;,&#34;120.00&#34;,null]},{&#34;id&#34;:&#34;9&#34;,&#34;cell&#34;:[&#34;9&#34;,&#34;2007-10-06&#34;,&#34;Client 1 &#38; this should work&#34;,&#34;200.00&#34;,&#34;40.00&#34;,&#34;240.00&#34;,null]},{&#34;id&#34;:&#34;8&#34;,&#34;cell&#34;:[&#34;8&#34;,&#34;2007-10-06&#34;,&#34;Client 3&#34;,&#34;200.00&#34;,&#34;0.00&#34;,&#34;200.00&#34;,null]},{&#34;id&#34;:&#34;7&#34;,&#34;cell&#34;:[&#34;7&#34;,&#34;2007-10-05&#34;,&#34;Client 2 &#38;amp; test&#34;,&#34;120.00&#34;,&#34;12.00&#34;,&#34;134.00&#34;,null]},{&#34;id&#34;:&#34;6&#34;,&#34;cell&#34;:[&#34;6&#34;,&#34;2007-10-05&#34;,&#34;Client 1 &#38; this should work&#34;,&#34;50.00&#34;,&#34;10.00&#34;,&#34;60.00&#34;,null]},{&#34;id&#34;:&#34;5&#34;,&#34;cell&#34;:[&#34;5&#34;,&#34;2007-10-05&#34;,&#34;Client 3&#34;,&#34;100.00&#34;,&#34;0.00&#34;,&#34;100.00&#34;,&#34;no tax gdsafjhgsadf&#34;]},{&#34;id&#34;:&#34;4&#34;,&#34;cell&#34;:[&#34;4&#34;,&#34;2007-10-04&#34;,&#34;Client 3&#34;,&#34;150.00&#34;,&#34;0.00&#34;,&#34;150.00&#34;,&#34;no tax ggfgdsfgsfdg&#34;]}]}}</div>
</p>
<p>which is properly recognized and displayed as JSON format.</p>
</p>
<p>However, I got nothing disaplayed in the webpage. I tried also serializing the string but still no success.</p>
<p>I would really appreciate your help.</p>
<p>Thanks in advance.</p></p>
]]></description>
        	        	<pubDate>Wed, 30 Jan 2013 04:21:22 +0200</pubDate>
        </item>
</channel>
</rss>