0
Hello.
Is there any simple way, working directly with the db
to make calculations in a datagrid cell.
Situation:
I have a Column Qtd
, another ValorUnitario
and another ValorTotal
of a certain item. I would like in the Column ValorTotal
, shows the output of Qty * Value.
This at runtime, so that if I change the quantity or unit value of a product, the result is modified as well.