views:

18

answers:

1

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
i did not understand, can you give me example..
Novice Developer