tags:

views:

31

answers:

0

Hi,

Typical master - detail scenario e.g Order has many order lines

One form requests the user for an order number which then opens another form to display the order lines for that particular order.

I'd like to have a summary of order lines whereby when one is selected all the details are displayed for that order line below.

I have looked at a few master detail databinding examples that use datagridview but not sure if its the right approach as its more of a summary and detail are from the same thing. Any advice \ recommendations for this scenario?

Thanks