i have a datagridview which are used to display a transaction record. And one of the columns in datagridview is "Total", which is "SubTotal" times with "Quantity".
My question is, how do i gonna make "GrandTotal" by calculating all "Total" in datagridview into textbox?
Here is the screenshot:
if you see in the datagridview above, there is column named "Total", this "Total" was got from "Quantity" times "SubTotal", what i want is i want to calculate the "Total" (Sum all of the "Total" in the column) into textbox.
How do i gonna do that?
I already thought about it, but i cannot came with an idea how do i calculate (sum) the "Total" column in the datagridview into the textbox.
I appreciate your answer. Thank you very much!