Hi,
I know it is problably a frequently asked question, but I could not find an answer so far in this forum and in examples.
I need to subscribe to an event, which fires each time the current grid cell changes.
I know there is a NodeSelectedChange event, but it fires only when the currently focused row is changed. If I click/move from one cell to another cell within the same row this event does not get fired.
NodeCellChanging event fires only in case if the user enters new data into the cell and not when he just moves from one cell to another.
Which event to use to get notified each time the current cell changes?
(I use single row selection and no row select mode)
Do I need to override some methods in my custom column or node classes?
Thank you.