Home - Forums-.NET - FlyGrid.Net (Windows Forms) - Bug: ButtonColumn DialogButtonState

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

Bug: ButtonColumn DialogButtonState
Link Posted: 25-Apr-2006 22:23
Hi,

the button in a ButtonColumn never seems to change its state. No matter if I hover, press, etc. element_state is always null

Tom
Link Posted: 27-Apr-2006 06:00
The problem with state of button in ButtonColumn is solved, also:
1. you'll can use ButtonColumn.GetButtonState(NodeBase node) in ButtonColumn inheritor to override buttonstate or determine button state.
2. use extended events - ButtonColumn.ButtonPress/ButtonClick events.