J
John
have a gridview where I need to add totals for each grouped data,
example
my grid looks like this
Sales 2006:
BMW 100
Lexus 75
Mercedes 70
Total Sales: 245
Sales 2005:
BMW 90
Lexus 40
Mercedes 10
Total Sales: 140
I have the formatting done for all but the Total Sales row, how can I add
that to my gridview?
example
my grid looks like this
Sales 2006:
BMW 100
Lexus 75
Mercedes 70
Total Sales: 245
Sales 2005:
BMW 90
Lexus 40
Mercedes 10
Total Sales: 140
I have the formatting done for all but the Total Sales row, how can I add
that to my gridview?