page 1 of 1
Comments: 1 | Views: 627
qwert231
qwert231
M Kenyon

VB .Net 2.0 (Using VS 2008)

I have a DataGridView, 'IncidentAddendumDataGridView' that is bound to 'IncidentAddendumBindingSource'.

My binding source points to these elements:

DataSource: IncidentDataSet

DataMember: IncidentAddendum (A table in 'IncidentDataSet')

There is a relationship in the dataset called AddendumType_IncidentAddendum that connects IncidentAddendum to AddendumType.

I want to use the 'Name' field of AddendumType as a column in 'IncidentAddendumDataGridView'. Do I need to point the binding source to the relationship?

I don't think DataGridView supports binding to different sources. You could definitely do it in WPF though.

page 1 of 1
Comments: 1 | Views: 627
Microsoft Communities