G
Guest
Hi, Fairly easy to create one running total for a gridview but what if you
have dozens of them?
I have a gridview that allows bulk editing (all rows at once) and have it
set up so that, on data binding, totals are created for all of the dozens of
columns.
However I need to have it so that any time someone changes a number in one
of the textboxes the totals recalculate (columns need to add up to 100% so
the totals act as a guide to users of whether the values total correctly).
Can anyone suggest the best general approach for this client-side feature?
TIA,
Rob
have dozens of them?
I have a gridview that allows bulk editing (all rows at once) and have it
set up so that, on data binding, totals are created for all of the dozens of
columns.
However I need to have it so that any time someone changes a number in one
of the textboxes the totals recalculate (columns need to add up to 100% so
the totals act as a guide to users of whether the values total correctly).
Can anyone suggest the best general approach for this client-side feature?
TIA,
Rob