How to binding field relation to datagridview?

isawa

Active member
Joined
Oct 3, 2005
Messages
25
Programming Experience
Beginner
How to binding field relation to datagridview? When i drag field from datasource datagridview display only master table field relation not display in datagridview. How can? :confused:

ex:
table Master relation to table customer.
 
I'm not sure that I fully understand your question but a DataGridView can only display a single table. This is a major disappointment to me. Anyway, if you want to show a master/detail relationship you will have to use multiple DataGridViews.
 
Back
Top