Ifill the datagridview,and i need to
validateeach data that i fill in.I use the CellEndEdit event to validate each data.Then i click a button to save those data.But i have a problem
ome user may fill some cells,and they may not leave the last cell
and click the button.so the last cell doesn't happen CellEndEdit event ,and the last data that fill in cannot be validate.This may lead to an error when i save because the illegal data.
I want to ask:how to slove this problem,is there any way that i can leave from the last cell and let CellEndEdit event happen then save or i must validate the date in the click event ,i hope i can come true the first scheme.
my english is poor,thanks.