DataGridView Events

cjohnson

Well-known member
Joined
Sep 21, 2006
Messages
63
Location
WV
Programming Experience
1-3
I have a datagridview for the user to enter data, and I need to format the cell after the user leaves, but I can not figure out how to catch the event. Selection change does not work if you tab from cell to cell. Cell Leave does not work for tabbing either. I have tried all the events that I can think of. I would appreciate any ideas.
Thanks,
Chris
 
CellEndEdit event works.
 
Thank for the reply.
I tried CellEndEdit, but it did not catch the event when I tab through the cells.
Thanks,
Chris
 
Funny, it work when I Tab around, both bound and unbound. It only occurs if there was an edit, but that was the question also..
 
Back
Top