--- In [email protected], "aasif_onnet" <[EMAIL PROTECTED]> wrote: > > i have a set of values in a column..i want to add the value and get > the result to the last cell..something like a bill payment done via > grid..please share your ideas... >
Step through the grid's dataprovider array to add the column, then add an extra array element to the end of the array which contains the cumulative total? or .... check here for another method example: http://www.arckid.com/blog/archives/2004/05/13/flex-sample-adding-a-calculated-column-to-a-datagrid/ best, Graham

