Hi,
Is there any way to determine - in the javascript on load event - if the Inline Add button has been pressed? I am trying to calculate and display the total of one column of any added rows.
I have got it to work with one row however once a row is added, it ignores the previous values, and starts working with the newly added row:

I need to somehow save the running total when the inline add button is pressed.
Thanks!