WalterHeisenberg
Technical User
- Mar 28, 2008
- 159
Hello,
I have a simple gridview that has three columns: date, amount, and transaction type. I want to add a fourth column that keeps a running total of the amounts. The reason I need this and can't simply show a total in the footer is I will be allowing the users to remove rows from the gridview at runtime. I've been scouring the web and haven't really seen anything on this. I'm hoping someone could help me out. Thanks!
I have a simple gridview that has three columns: date, amount, and transaction type. I want to add a fourth column that keeps a running total of the amounts. The reason I need this and can't simply show a total in the footer is I will be allowing the users to remove rows from the gridview at runtime. I've been scouring the web and haven't really seen anything on this. I'm hoping someone could help me out. Thanks!