<?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: Question on Footer Details</title>
	<link>http://www.trirand.com/blog/?page_id=393/discussion/question-on-footer-details</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/discussion/question-on-footer-details/rss" rel="self" type="application/rss+xml" />
        <item>
        	<title>qpirate on Question on Footer Details</title>
        	<link>http://www.trirand.com/blog/?page_id=393/discussion/question-on-footer-details#p23541</link>
        	<category>Discussion</category>
        	<guid isPermaLink="true">http://www.trirand.com/blog/?page_id=393/discussion/question-on-footer-details#p23541</guid>
        	        	<description><![CDATA[<p>i eventually found the problem eventually</p>
<p>the problem was&#160;</p>
<p>$("#dialog-QS-table").jqGrid(&#39;footerData&#39;, y);</p>
<p>should have been&#160;</p>
<p>$("#dialog-QS-table").jqGrid(&#39;footerData&#39;,&#39;set&#39;, y);</p>
]]></description>
        	        	<pubDate>Thu, 09 Jun 2011 14:52:55 +0300</pubDate>
        </item>
        <item>
        	<title>qpirate on Question on Footer Details</title>
        	<link>http://www.trirand.com/blog/?page_id=393/discussion/question-on-footer-details#p23450</link>
        	<category>Discussion</category>
        	<guid isPermaLink="true">http://www.trirand.com/blog/?page_id=393/discussion/question-on-footer-details#p23450</guid>
        	        	<description><![CDATA[<p>Hi guys im new to jqGrid and just have a quick question about the footer</p>
<p>i have the following table</p>
<p>UOM Type	Matrix	Quantity	Cost_Rate	Value</p>
<p>Repetitions	0.00	0.00	0.00	0.00</p>
<p>100%	0.00	0.00	0.00	0.00</p>
<p>XTranslated	0.00	0.00	0.00	0.00</p>
<p>95-99%	0.00	0.00	0.00	0.00</p>
<p>85-94%	0.00	0.00	0.00	0.00</p>
<p>75-84%	0.00	0.00	0.00	0.00</p>
<p>50-74%	0.00	0.00	0.00	0.00</p>
<p>&#60;=50%	0.00	1111.00	0.00	0.00</p>
<p>Totals:	1111.00	0.00	0.00</p>
<p>with the following options</p>
<p>var opts = { autowidth: true, height: &#39;auto&#39;, viewrecords: true, sortorder: "desc", multiselect: false, caption: "Quantity Split", colNames: [&#39;UOM Type&#39;, &#39;Matrix&#39;, &#39;Quantity&#39;, &#39;Cost Rate&#39;, &#39;Value&#39;], colModel: [ { name: &#39;UOM_Type&#39;, align: &#39;left&#39;, editable: false, footervalue: &#39;Hi&#39; }, { name: &#39;Matrix&#39;, align: &#39;left&#39;, editable: false }, { name: &#39;Quantity&#39;, align: "right", formatter: &#39;number&#39;, editable: true }, { name: &#39;Cost_Rate&#39;, align: "right", formatter: &#39;number&#39;, editable: true }, { name: &#39;Value&#39;, align: "right", formatter: &#39;number&#39;, editable: true } ], altRows: true, footerrow: true, userDataOnFooter: true };</p>
</p>
<p>but when i call the function</p>
<p><span style="white-space: pre;"> </span>var y = $("#dialog-QS-table").jqGrid(&#39;footerData&#39;); y[&#39;UOM_Type&#39;] = "HI"; $("#dialog-QS-table").jqGrid(&#39;footerData&#39;, y);</p>
<p>it seems to throw an error saying "TypeError Object doesnt support property or method toLowerCase" the grid itself is created but the footer is blank can anyone help please.</p>
]]></description>
        	        	<pubDate>Fri, 03 Jun 2011 14:39:05 +0300</pubDate>
        </item>
</channel>
</rss>