I am new to winforms. I am just creating a score card application.
There will be n number of columns and n of rows. when the user changes the value of any cell, it should calculate the total of that column in the last cell/row of the column. I am using datagridview. which is that event that i need to fire on changing the value of cell.
I am new to winforms. I am just creating a score card application. There
Share
You need to add your code to the
CellEndEdit event