Seelenfieber
Programmer
Me.DataGrid2.SetDataBinding(Me.DataSet1, "Table1.Rel1")
Dim bmb As BindingManagerBase =
Me.DataGrid2.BindingContext(Me.DataGrid2.DataSource,
Me.DataGrid2.DataMember)
bmb.Current only returns the current Datarow from
Parenttable("Table1")
How can I get a Datarow from
a Childtable, Child-Childtable , ...?
Thanks for reply
Dim bmb As BindingManagerBase =
Me.DataGrid2.BindingContext(Me.DataGrid2.DataSource,
Me.DataGrid2.DataMember)
bmb.Current only returns the current Datarow from
Parenttable("Table1")
How can I get a Datarow from
a Childtable, Child-Childtable , ...?
Thanks for reply