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?
Thread Closed
This thread is kinda stale and has been closed but if you'd like to continue the conversation, please create a new thread in our Forums,
or Contact Us and let us know.