<?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: Summary row and colmodel options</title>
	<link>http://www.trirand.com/blog/?page_id=393/feature-request/summary-row-and-colmodel-options</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/feature-request/summary-row-and-colmodel-options/rss" rel="self" type="application/rss+xml" />
        <item>
        	<title>OlegK on Summary row and colmodel options</title>
        	<link>http://www.trirand.com/blog/?page_id=393/feature-request/summary-row-and-colmodel-options#p22689</link>
        	<category>Feature Request</category>
        	<guid isPermaLink="true">http://www.trirand.com/blog/?page_id=393/feature-request/summary-row-and-colmodel-options#p22689</guid>
        	        	<description><![CDATA[<p>I mean of course $("#list") instead of $("list"), where "list" is the id of the table element of jqGrid.</p>
]]></description>
        	        	<pubDate>Wed, 06 Apr 2011 19:26:28 +0300</pubDate>
        </item>
        <item>
        	<title>generalshiva on Summary row and colmodel options</title>
        	<link>http://www.trirand.com/blog/?page_id=393/feature-request/summary-row-and-colmodel-options#p22673</link>
        	<category>Feature Request</category>
        	<guid isPermaLink="true">http://www.trirand.com/blog/?page_id=393/feature-request/summary-row-and-colmodel-options#p22673</guid>
        	        	<description><![CDATA[<p>what is "list" in the context???</p>
]]></description>
        	        	<pubDate>Tue, 05 Apr 2011 12:42:45 +0300</pubDate>
        </item>
        <item>
        	<title>OlegK on Summary row and colmodel options</title>
        	<link>http://www.trirand.com/blog/?page_id=393/feature-request/summary-row-and-colmodel-options#p22198</link>
        	<category>Feature Request</category>
        	<guid isPermaLink="true">http://www.trirand.com/blog/?page_id=393/feature-request/summary-row-and-colmodel-options#p22198</guid>
        	        	<description><![CDATA[<p>Hi Lotte-Sara,</p>
<p>If you want calculate a sum from the cells in one column in the current page you can do this with respect of getCol methed</p>
<p><input type='button' class='sfcodeselect' name='sfselectit2037' value='Select Code' data-codeid='sfcode2037' /></p>
<div class='sfcode' id='sfcode2037'>var sum = $(&#34;list&#34;).jqGrid(&#39;getCol&#39;,&#39;fldBedragNaKortingen&#39;,false,&#39;sum&#39;);</div>
<p>Then with respect of</p>
<p><input type='button' class='sfcodeselect' name='sfselectit8779' value='Select Code' data-codeid='sfcode8779' /></p>
<div class='sfcode' id='sfcode8779'>$(&#34;list&#34;).jqGrid(&#39;footerData&#39;,&#39;set&#39;,{fldArtikelcode:&#39;Summary&#39;,fldBedragNaKortingen:sum});</div>
<p>you can place the sum in the footer.</p>
<p>Best regards<br />Oleg&#160;</p></p>
]]></description>
        	        	<pubDate>Thu, 24 Feb 2011 20:21:17 +0200</pubDate>
        </item>
        <item>
        	<title>lotjuh on Summary row and colmodel options</title>
        	<link>http://www.trirand.com/blog/?page_id=393/feature-request/summary-row-and-colmodel-options#p22193</link>
        	<category>Feature Request</category>
        	<guid isPermaLink="true">http://www.trirand.com/blog/?page_id=393/feature-request/summary-row-and-colmodel-options#p22193</guid>
        	        	<description><![CDATA[<p>Hoi Tony,</p>
</p>
<p>It seems to me that the footerData method is basically the same as using userDataOnFooter because you have to feed it an array with name:value pairs. I don&#39;t want to calculate the totals myself, I want jqgrid to do this for me based on the given summaryType and summaryTpl in my colModel options. This is all done for you when grouping is enabled, but when grouping is disabled, these options are ignored.</p>
<p><input type='button' class='sfcodeselect' name='sfselectit1333' value='Select Code' data-codeid='sfcode1333' /></p>
<div class='sfcode' id='sfcode1333'>&#160;&#39;colModel&#39;&#160;&#160;&#160;&#160;&#160;&#160;&#160; : [<br />&#160;&#160;&#160;&#160; { &#39;name&#39;: &#39;fldVerkoopOrderRegelID&#39;,&#39;index&#39;: &#39;fldVerkoopOrderRegelID&#39;, &#39;hidden&#39;: true },<br />&#160;&#160;&#160;&#160; { &#39;name&#39;: &#39;fldArtikelcode&#39;,&#160;&#160;&#160;&#160;&#160;&#160;&#160; &#39;index&#39;: &#39;fldArtikelcode&#39;,&#160;&#160;&#160;&#160;&#160; &#39;width&#39;: 120, &#39;fixed&#39;: true,&#160;&#160;&#160;&#160; <strong><span style=&#34;color: #008000;&#34;>&#39;summaryTpl&#39;: &#39;&#60;stong&#62;Totaal&#60;/strong&#62;&#39;</span></strong><br />&#160;&#160;&#160;&#160;&#160;&#160; &#39;editable&#39;: true, &#39;formatter&#39;: $.unitTbookOrders.orderTypeFormatter },<br />&#160;&#160;&#160;&#160; { &#39;name&#39;: &#39;fldOmschrijving&#39;,&#160;&#160;&#160;&#160;&#160;&#160; &#39;index&#39;: &#39;fldOmschrijving&#39; },<br />&#160;&#160;&#160;&#160; { &#39;name&#39;: &#39;fldAantalVerkocht&#39;,&#160;&#160;&#160;&#160; &#39;index&#39;: &#39;fldAantalVerkocht&#39;,&#160;&#160; &#39;width&#39;: 50, &#39;fixed&#39;: true, &#39;sorttype&#39;: &#39;float&#39;, &#39;formatter&#39;: &#39;number&#39; },<br />&#160;&#160;&#160;&#160; { &#39;name&#39;: &#39;fldVerkoopprijs&#39;,&#160;&#160;&#160;&#160;&#160;&#160; &#39;index&#39;: &#39;fldVerkoopprijs&#39;,&#160;&#160;&#160;&#160; &#39;width&#39;: 50, &#39;fixed&#39;: true, &#39;sorttype&#39;: &#39;float&#39;, &#39;formatter&#39;: &#39;number&#39; },<br />&#160;&#160;&#160;&#160; { &#39;name&#39;: &#39;fldRegelkorting&#39;,&#160;&#160;&#160;&#160;&#160;&#160; &#39;index&#39;: &#39;fldRegelkorting&#39;,&#160;&#160;&#160;&#160; &#39;width&#39;: 50, &#39;fixed&#39;: true, &#39;sorttype&#39;: &#39;float&#39;, &#39;formatter&#39;: &#39;number&#39; },<br />&#160;&#160;&#160;&#160; { &#39;name&#39;: &#39;fldBedragNaKortingen&#39;,&#160; &#39;index&#39;: &#39;fldBedragNaKortingen&#39;,&#39;width&#39;: 50, &#39;fixed&#39;: true,<br />&#160;&#160;&#160;&#160;&#160;&#160; &#39;sorttype&#39;: &#39;float&#39;, <strong><span style=&#34;color: #008000;&#34;>&#39;formatter&#39;: &#39;number&#39;, &#39;summaryType&#39;: &#39;sum&#39;</span></strong> }<br />&#160;],</div>
<p>Regards,</p>
<p>Lotte-Sara Laan</p>
]]></description>
        	        	<pubDate>Thu, 24 Feb 2011 16:18:41 +0200</pubDate>
        </item>
        <item>
        	<title>tony on Summary row and colmodel options</title>
        	<link>http://www.trirand.com/blog/?page_id=393/feature-request/summary-row-and-colmodel-options#p22037</link>
        	<category>Feature Request</category>
        	<guid isPermaLink="true">http://www.trirand.com/blog/?page_id=393/feature-request/summary-row-and-colmodel-options#p22037</guid>
        	        	<description><![CDATA[<p>Hello,</p>
<p>Some things happen as tey are defined, otherviese not.</p>
</p>
<p>To answer of your question - I think yes this is possible,</p>
<p>Just use the method footerData</p>
<p><a href="http://www.trirand.com/jqgridwiki/doku.php?id=wiki:methods" rel="nofollow" target="_blank"><a href="http://www.trirand.com/jqgridw" rel="nofollow">http://www.trirand.com/jqgridw</a>.....ki:methods</a></p>
<p>Regards</p>
<p>Tony</p>
]]></description>
        	        	<pubDate>Thu, 10 Feb 2011 18:48:30 +0200</pubDate>
        </item>
        <item>
        	<title>lotjuh on Summary row and colmodel options</title>
        	<link>http://www.trirand.com/blog/?page_id=393/feature-request/summary-row-and-colmodel-options#p22032</link>
        	<category>Feature Request</category>
        	<guid isPermaLink="true">http://www.trirand.com/blog/?page_id=393/feature-request/summary-row-and-colmodel-options#p22032</guid>
        	        	<description><![CDATA[<p>Hi Tony,</p>
<p>I&#39;m trying to get a summary row just as shown in your Demos -&#62; Grouping -&#62; Summary Footers example, but I don&#39;t want to use the grouping function.</p>
<p>I tried to add the summaryType and summaryTpl options to my colmodel columns, but it seems to ignore these option when grouping is not set to true.</p>
<p>Is there anyway to get the same result as in your example without enabling grouping and without using the userDataOnFooter option? If not, wouldn&#39;t it be a good idea to implement the summary footer for ungrouped rows the same as you&#39;ve implemented for grouped rows?</p>
</p>
<p>Kind Regards,</p>
<p>Lotte-Sara</p></p>
]]></description>
        	        	<pubDate>Thu, 10 Feb 2011 17:20:38 +0200</pubDate>
        </item>
</channel>
</rss>