Hello.
Is there any simple way, working directly with db
of doing calculations in the cell of a DataGrid.
Situation:
I have a Column Qtd
, another ValorUnitario
and another ValorTotal
of a certain item. I would like the column ValorTotal
to show the result of Qtd * UnitValue.
This at runtime, so if I change the quantity or unit value of a product, the result is modified as well.