<?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: Column sums/totals automatically updating - how to?</title>
	<link>http://www.trirand.com/blog/?page_id=393/help/column-sumstotals-automatically-updating-how-to</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/column-sumstotals-automatically-updating-how-to/rss" rel="self" type="application/rss+xml" />
        <item>
        	<title>nelsonm on Column sums/totals automatically updating - how to?</title>
        	<link>http://www.trirand.com/blog/?page_id=393/help/column-sumstotals-automatically-updating-how-to#p25592</link>
        	<category>Help</category>
        	<guid isPermaLink="true">http://www.trirand.com/blog/?page_id=393/help/column-sumstotals-automatically-updating-how-to#p25592</guid>
        	        	<description><![CDATA[<p>jqGrid does not do calculations on data, it just creates tables and forms.&#160; Calculations on data generally happens on the:</p>
<ol>
<li>server side in the sql query statement when you query for data or in the php code after the query.</li>
<li>and/or on the client side in javascript after user input.</li>
</ol>
<p>jqGrid, however, does allow you to define events that trigger functions to allow you to do calculations at various points and fields. Either way, <strong>you will have to do the coding</strong> to calculate subtotals, taxes, surcharges, totals and so on&#8230;</p>
</p>
<p>good luck.</p>
]]></description>
        	        	<pubDate>Thu, 05 Jan 2012 02:23:16 +0200</pubDate>
        </item>
        <item>
        	<title>bcates on Column sums/totals automatically updating - how to?</title>
        	<link>http://www.trirand.com/blog/?page_id=393/help/column-sumstotals-automatically-updating-how-to#p25590</link>
        	<category>Help</category>
        	<guid isPermaLink="true">http://www.trirand.com/blog/?page_id=393/help/column-sumstotals-automatically-updating-how-to#p25590</guid>
        	        	<description><![CDATA[<p>Excellent product, and excellent accompanying tutorial. &#160;Thank you very much.</p>
<p>My specific question with a specific reference:</p>
</p>
<p>Referring to the tutorial for a basic example, you have a :</p>
<p>Date,Client,Amount,Tax,Total that correspond to an invoice number.</p>
</p>
<p>The dollar amounts for amount is $1000, tax is 0; so total is $1000.</p>
</p>
<p>I would like if I enter 500 into tax, that it calculates the total and displays it as 1500. &#160;I know that in this basic page total is not part of a calculation, but I&#39;d like to learn how to incorporate that into my project.</p>
</p>
<p>Please advise if this is possible and point me in the right direction.</p>
</p>
<p>Thanks a lot,</p>
<p>Ben</p></p>
]]></description>
        	        	<pubDate>Wed, 04 Jan 2012 23:58:14 +0200</pubDate>
        </item>
</channel>
</rss>