Adding a total row in DataTable

Couttymat

New Member
Is it possible to add a total row in a DataTable which is being calculated dynamically based on the values of one of the columns? Then, after adding the total row, it should loop through the next RowSet and add another total row at the bottom of that one.<BR><BR>Example:<BR><BR>Item Amount<BR>aaa 20<BR>bbb 10<BR>ccc 10<BR>TOTAL 40<BR>ggg 10<BR>hhh 10<BR>kkk 10<BR>TOTAL 30.
 
Back
Top