Expression Editor, when integrated with grid, allows calculating column data for unbound columns of FlexGrid.
To allow expressions to be used for generating data for unbound columns of FlexGrid, you can enable AllowExpressionEditing in the unbound column of FlexGrid and create the expression for the unbound column.
The following image exhibits FlexGrid control, demonstrating column calculation using expressions.
The following code demonstrates column calculation on FlexGrid columns through expressions.