Hi all.
I hope your all alright. i am trying to use a datagridview to calculate values.
for example i would like the " column3 values " to Equal " column1 values " multiplied by " column2 values ".
secondly how can i get the SUM of my column3 values and display it in a " textbox1.text "
best regards.
Loading

Hemant KumarPosted Oct 3, 2011, 5:14 AM
You can do that on CellValidatedEvent and you can apply the same method to RowValidated:
You can set column to ReadOnly in the designer, or like this: