Footer not updated when cell modified programatically

Good Day,

I have been testing Pro Edition and dont know how to update values in footer. The only way I have been able to do so is by adding or removing rows. But when you edit a cell, only that column’s “stat_total” value is updated, but not the rest of the footer.

In my example, I have three columns: quantity, price, total. When I change quantity cell, I programatically calculate total column. Quantity footer’s total is changed, but no Total’s footer.

Any help would be appreciated. Thank you.

You can force recalculation using the following command:
grid.callEvent(“onGridReconstructed”,[]);