M
Mike
On my gridview I need to a add a new row that will have totals of a previous
rows. It will be something like this
row1 1 2 3 4 9 10
11
row2 5 6 7 8 12 13
14
Total Row cell[1] + cell[6] | cell[2] + cell[7] | cell[3] + cell[8]
row4 15 16 17 18 19 20
21
and so one, Is this possible to accomplish and if so how would one do
something like this?
rows. It will be something like this
row1 1 2 3 4 9 10
11
row2 5 6 7 8 12 13
14
Total Row cell[1] + cell[6] | cell[2] + cell[7] | cell[3] + cell[8]
row4 15 16 17 18 19 20
21
and so one, Is this possible to accomplish and if so how would one do
something like this?