Have total column update when a relevant cell is edited

Have total column update when a relevant cell is edited

nsscottnsscott Posts: 24Questions: 10Answers: 0

We have a editor-enabled data table which users can change a quantity field. When they do this we need the total cost to change on that row. Additionally a Grand Total needs to be updated. Is this possible without us resorting to Knockout?

The site is here:

b2b.bbcint.net/SampleOrder?OrderId=4

Answers

  • colincolin Posts: 15,142Questions: 1Answers: 2,586

    Hi @nsscott,

    You could trigger on an edit, and recalculate the totals then. That would keep it tidy.

    Cheers,

    Colin

This discussion has been closed.