Home › Forums › WinForms controls › Xceed Grid for WinForms › Filtering in Grid 2.0 › Reply To: Filtering in Grid 2.0
Have you tried something like :
Dim myView As New DataView(DSet.Tables(“Table1”))
DataGrid1.DataSource = myView
DataGrid2.DataSource = myView
DataGrid2.DataMember = “myRelation” ‘Refers to Table2
Imported from legacy forums. Posted by Vince [Xceed] (had 3372 views)