how to capture event when moving from one cell to another in same row.
A:
You get the CurrentCellChanged
event:
[...] when the value of the CurrentCell property has changed.
You'd have to check you were still on the same row, but it should do what you want.
ChrisF
2010-07-01 15:59:45
i did not understand, can you give me example..
Novice Developer
2010-07-01 18:35:05