I have a dataGridView That has 2 columns:
PartCost and partQuantity
I would like to have a calculated column that shows the totla cost by multiplying the first 2 columns. What is the best way to do this so this calculated column is filled when the rest of the table is filled?
Thanks


Reply With Quote
