A GridViewExpressionColumn is added to a grid with columns bound to indexer properties, i.e.:Values["RC1"], Values["RC2"], etc. The expression column should calculate a similar formula: Values["RC1"]/Values["RC2"]*100. The formula is successfully parsed as a NodeExpression, however, no calculations are made.