Home - Forums-.NET - FlyGrid.Net (Windows Forms) - "heirarchic checking" in tree checkboxes

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

"heirarchic checking" in tree checkboxes
Link Posted: 05-Dec-2005 05:08
Hi,

Can you add a feature that when a user check a node in the tree,
One of the above will accour:
1. only the node will be checked (regular behaviour)
2. all his children nodes (and there children, etc) whill be check automatically.
3. all his parents (to the root node) will be checked automatically.

thanks,

Oren.
Link Posted: 05-Dec-2005 20:01
It is easy to implement, create your own column inherited from HierarchyColumn or TreeViewColumn and override OnCheckBoxClick method to implement your own behavoir of checking children or parent nodes.