views:

133

answers:

1

Hello everyone.

I need to bind hierarchical List object to a Gridview (Hierarchical in windows form). How can this be achieved - any examples ??

Ex: of list object

List of CargoMovement => Cargomovents and each CargoMovement has List of Transactions

thanks for help

A: 

I don’t think there is a standard way of doing data binding for hierarchical data. There are a lot of tree grids from 3rd party vendors that may help you.

Lot depends on the "shape of the data" you wish to display, so you may wish to get a more general question that explains the shape of your data and asks how to display it.

Ian Ringrose