Click to See Complete Forum and Search --> : DataGridView question


DanielaTm
September 26th, 2006, 12:51 PM
Hi,

I need to display in DataGridView something like Master and Details, meaning:

I have let's say a Customer table and Order table.
I need to dispaly for each customer, his orders.
Unfortunately is out of the question to use another grid, so I have to do it using DataGridView.

Does anyone know a solution for this?

Thanks