WinForm DataGrid

  • Thread starter Thread starter adh
  • Start date Start date
A

adh

Please refer me to a well developed WinForm Hierarchical DataGrid sample
code. I would like to save the cost and troubles of an 3'rd party winforms
grid.
Thanks, adh
 
Hello,

Can the winform datagrid in VS .Net do the job? In winform datagrid,
Parent/Child relations automatically offer an 'expando' icon which allows
you to drill into the related hierarchical records. If the requirement is
not only .NET component, you may consider the Microsoft Hierarchical
FelxGrid control in VS 6.0. It can be used on a winform.

Regards,

Luke
 
I think the DataGrid could do the job, has some advantages on the VB6
FlexGrid (simplicity) but I am unfamiliar with all the whistles, so I
would like to see a good source.

Thanks, adh
 
Avraham de-Haan said:
I think the DataGrid could do the job, has some advantages on the VB6
FlexGrid (simplicity) but I am unfamiliar with all the whistles, so I
would like to see a good source.

Thanks, adh


Google for george shepherd's faq on the datagrid.
 
Back
Top