Home - Forums-.NET - FlyGrid.Net (Windows Forms) - Hierarchical column

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

Hierarchical column
Link Posted: 26-Dec-2005 03:56
Hello again...
  

I have a Hierarchical column with shown checkbox.
i want to capture an event that occurs when the checkbox is clicked.

what is the best way to do so?

(i know i can make a new column that will inharit from Hierarchical column
but then, i'm forced to implemnt the entire functionality of the Hierarchical column. and it's seems stupid to do all that for just one event.)
Link Posted: 26-Dec-2005 04:57
You can use FlyGrid.NodeCheckedChanging/NodeCheckedChange event handlers to handle checkbox is changing.
If you want to implement your own check box state changing procedure you can  override HierachyColumn.OnCheckBoxClick procedure in the inherited from HierachyColumn class column.