<?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: use grouping to calculate percentages</title>
	<link>http://www.trirand.com/blog/?page_id=393/help/use-grouping-to-calculate-percentages</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/use-grouping-to-calculate-percentages/rss" rel="self" type="application/rss+xml" />
        <item>
        	<title>patriiiiiiiiiick on use grouping to calculate percentages</title>
        	<link>http://www.trirand.com/blog/?page_id=393/help/use-grouping-to-calculate-percentages#p20982</link>
        	<category>Help</category>
        	<guid isPermaLink="true">http://www.trirand.com/blog/?page_id=393/help/use-grouping-to-calculate-percentages#p20982</guid>
        	        	<description><![CDATA[<p>Obviously, what I would like to do is not possible this way since the summary footer and such functionality only apply to the currently displayed page even if the full grid has been loaded.</p>
]]></description>
        	        	<pubDate>Wed, 24 Nov 2010 20:28:40 +0200</pubDate>
        </item>
        <item>
        	<title>patriiiiiiiiiick on use grouping to calculate percentages</title>
        	<link>http://www.trirand.com/blog/?page_id=393/help/use-grouping-to-calculate-percentages#p20856</link>
        	<category>Help</category>
        	<guid isPermaLink="true">http://www.trirand.com/blog/?page_id=393/help/use-grouping-to-calculate-percentages#p20856</guid>
        	        	<description><![CDATA[<p>Suppose I have three columns based on which I want to calculate percentages: todo, done, complete. Todo is a number of items to be done. Done is the part of the previous one which has been completed. Complete is true (=1) if the two previous data are equal.</p>
<p>Suppose I have those two rows:</p>
</p>
<table style="height: 44px;" border="0" width="62">
<thead>
<td>Todo</td>
<td>Done</td>
<td>Complete</td>
</thead>
<tbody>
<tr>
<td>&#160;5</td>
<td>&#160;3</td>
<td>&#160;0</td>
</tr>
<tr>
<td>&#160;3</td>
<td>&#160;3</td>
<td>&#160;1</td>
</tr>
</tbody>
</table>
<p>I would like to calculate the percentages of done (75% here) and the one of complete (50%). Can I do that in a group and / or in a summary footer?</p>
</p>
<p>TIA for your help!</p>
</p>
<p>Patrick</p>
]]></description>
        	        	<pubDate>Tue, 16 Nov 2010 20:03:40 +0200</pubDate>
        </item>
</channel>
</rss>