Have you tried something like:-

<cfsavecontent variable="gridtotaller">
    var total=0;
    
    for(var i = 0; i < datagrid.dataprovider.length; i++)
     {
        total = total + datagrid.dataprovider[i]["columname"]
    }
    total_field = total;
</cfsavecontent>

...

<cfgrid ... onChange="#gridtotaller#">

or something similar?


Chris

---
You are currently subscribed to cfaussie as: [email protected]
To unsubscribe send a blank email to [EMAIL PROTECTED]
Aussie Macromedia Developers: http://lists.daemon.com.au/

Reply via email to