Data Grid view cell calculating values problem
I am creating windows application using c# 2010, In my application I am using datagridview for billing purpose, here my grid view having 6 cells.I am entered first time cell values on 2rd & 3rd cells that time cell calculating values shown on 5th cell. It's correct,
But again second time I am entered the values on cell 2rd, 3rd & 4th cell that time calculating values shown only 6th cell but calculating results shown on again 5th cell, I want my calculating values shown on 6th cell only. Don't want again 5th cell.
How to solve this error. Any one give me ideas.