relation 1:m in two datagrid, don't nested

  • Thread starter Thread starter Vlada Milicevic
  • Start date Start date
V

Vlada Milicevic

I have had some problems, please help me

I have example 2 tables "Orders" and "OrderDetails" and winforms 2 datagrid
"datagrid1" and "datagrid2" in Relations.

dataGrid1 = "Orders"
dataGrid1 = "OrderDetails"

How that I can Navigation through "Orders" table in DataGrid1 then I see
details data in dataGrid2.

I have solution Relations table in nested table, but I don't want.
Its very simple in Delphi, but I don't solutions in C#

Please help me.
Thanks
 
Back
Top