Click here to Skip to main content
15,905,607 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
Dear All

I have an windows application in which i'm using DataGridView control to show the data and in this i have a column as Grand Total Remaing are like sub1,Sub2,Sub3 etc

What i wanted to do is when user enters the values for Sub1 to Sub3 I want to show the Total Sum in the Grand Total Column

For this i have used _CellValueChanged ,this event is working fine when i kept a breakpoint and debug i'm getting the total value ,but if i remove the breakpoint i'm not getting any value ..
Please help me out

Best Regards
Posted

1 solution

Insted of _CellValueChanged use _cellEndEdit event of Sub1 to Sub3 I
 
Share this answer
 

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900