Home - Forums-.NET - FlyGrid.Net (Windows Forms) - self related hierarchical tree

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

self related hierarchical tree
Link Posted: 13-Dec-2005 03:11
how can make a self related hierarchical tree
if i have a data table with (id[integer],name[string],parant_id[integer])

i want to dispaly only the name but to selfrelat the table.

thanks!
Link Posted: 13-Dec-2005 03:51
See the two samples in the FlyGrid.Net demo:
Unbound.Self Related Hierachical Grid (Virtual Mode)
Bound.Self Related Hierachical Grid (DataBound Grid)