Calculation control not functioning when nested inside a container

We have a Calculation control that works fine when it is sitting alone on a form. However, when we placed it inside a Container/GridRow/GridColumn, it no longer functions. No errors, just doesn’t calculate until we move it outside of the nest mentioned above.

Edit: Not working when placed in a just a Container either (without moving it further into the GridColumn). So the problem appears to be only related to a Container control.

Any way to get this to work?

A little further investigating and we narrowed it down a bit. The Calculation control will not work unless it is in the same container as the fields we are using for the calculation. On our form, we have 2 containers, the first one holds the calculation fields, the second one shows the calculation results. The Calculation control will not function when moved to that second container.