I have the following GridViewDataColumns -
PRICE PER UNIT QUANTITY TOTAL COST (price/unit x quantity)
I want to update the total cost when either the unit price or the quantity changes. I'm not able to find the perfect event. I am not using CurrentCellChanged because that event will fire when cells in other columns change too (I have more columns than i've mentioned here).
Do help me out team !!!
Thanx.
Jimit