Home - Forums-.NET - FlyGrid.Net (Windows Forms) - Which event to use to catch current selected cell changed?

FlyGrid.Net (Windows Forms)

.NET Datagrid - Fast, highly customizable, industry standards .NET data grid control for WinForms

This forum related to following products: FlyGrid.Net

Which event to use to catch current selected cell changed?
Link Posted: 11-Sep-2006 20:59
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.
Link Posted: 11-Sep-2006 23:21
Nearest update of FlyGrid planning to the end of this week will contain NodeCellFocusChanging/NodeCellFocusChange events that will notify changing focus between cells.