Click here to Skip to main content
16,006,605 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
Hi Friends..

I want to do some work similar to following

suppose Datagridview consist of two columns (Attendence1 , Attendence2 of Checkbox type)

I want user must check both columns true then he focus to next row.

For this i tried RowLeave Event but, when user mark Attendence1 ,attendence2 and then he click / Hit enter to move to next row then it is showing message that first mark column attendence2 . When i look in code with breakpoint, then i saw value of attendence2 columns is false, but i have marked true.

Tell me which event i should use, which check instantly when i leave row.
Thanks
Posted

1 solution

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