<?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: Footer summary JSON format</title>
	<link>http://www.trirand.com/blog/?page_id=393/help/footer-summary-json-format</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/footer-summary-json-format/rss" rel="self" type="application/rss+xml" />
        <item>
        	<title>Vinoth on Footer summary JSON format</title>
        	<link>http://www.trirand.com/blog/?page_id=393/help/footer-summary-json-format#p9954</link>
        	<category>Help</category>
        	<guid isPermaLink="true">http://www.trirand.com/blog/?page_id=393/help/footer-summary-json-format#p9954</guid>
        	        	<description><![CDATA[<p>Tony,</p>
<p>thanks for your reply. I am using the below script at the grid configuration level and the data from server.</p>
<p>jsonReader:{<br />root: &#39;itemrows&#39;,<br />page: &#39;currentpage&#39;,<br />total: &#39;totalpages&#39;,<br />records: &#39;pagerecords&#39;,<br />userdata: &#39;SummaryData&#39;<br />},</p>
<p>-------------</p>
<p>{totalpages: &#39;2&#39;, <br />currentpage: &#39;1&#39;, <br />pagerecords: &#39;14&#39;,<br />SummaryData: {CheckAmt: &#39;22.60&#39;}<br />itemrows: [{Id:&#39;941&#39;, CheckAmt:&#39;10.00&#39; },{Id:&#39;951&#39;, CheckAmt:&#39;5.00&#39; },{Id:&#39;952&#39;, CheckAmt:&#39;2.60&#39; },{Id:&#39;957&#39;, CheckAmt:&#39;5.00&#39; } ]}</p>
</p>
<p>Please advise.</p>
<p>thanks,</p>
<p>Vinoth</p>
]]></description>
        	        	<pubDate>Mon, 21 Sep 2009 13:55:15 +0300</pubDate>
        </item>
        <item>
        	<title>tony on Footer summary JSON format</title>
        	<link>http://www.trirand.com/blog/?page_id=393/help/footer-summary-json-format#p9716</link>
        	<category>Help</category>
        	<guid isPermaLink="true">http://www.trirand.com/blog/?page_id=393/help/footer-summary-json-format#p9716</guid>
        	        	<description><![CDATA[<p>Hello,</p>
<p>You should provide the additional information in user data array where the summs are here or use the getCol method to summ the needed row and put the info with footerData method.</p>
<p>Regards</p>
<p>Tony</p>
]]></description>
        	        	<pubDate>Mon, 14 Sep 2009 23:14:41 +0300</pubDate>
        </item>
        <item>
        	<title>Vinoth on Footer summary JSON format</title>
        	<link>http://www.trirand.com/blog/?page_id=393/help/footer-summary-json-format#p9701</link>
        	<category>Help</category>
        	<guid isPermaLink="true">http://www.trirand.com/blog/?page_id=393/help/footer-summary-json-format#p9701</guid>
        	        	<description><![CDATA[<p>Hello,</p>
<p>I am trying to show columnm summary on the footer. I have enabled 	footerrow : true, 	userDataOnFooter : true at the grid configuration. I have the summary information from the code base and wondering if anyone can help me on how to pass the summary information to the client as JSON object.</p>
<p>Here is the json format, I use to display the data.</p>
<p>{totalpages: &#39;2&#39;, currentpage: &#39;1&#39;, pagerecords: &#39;14&#39;,itemrows: [<br />{Id:&#39;941&#39;, CheckAmt:&#39;10.00&#39; }, <br />{Id:&#39;951&#39;, CheckAmt:&#39;5.00&#39; }, <br />{Id:&#39;952&#39;, CheckAmt:&#39;2.60&#39; }, <br />{Id:&#39;957&#39;, CheckAmt:&#39;5.00&#39; } ]}</p>
<p>How can I pass the total amount to the client with the json strng. CheckTotalAmt: &#39;22.60&#39;</p>
<p>- thanks</p>
<p>Vinoth</p>
]]></description>
        	        	<pubDate>Mon, 14 Sep 2009 15:40:15 +0300</pubDate>
        </item>
</channel>
</rss>