C
chris
Hallo everybody,
I have a DataSet contains two DataTables with a relationship between them.
Now I want to populate a DadaGrid (windows from) with the inner join of
those table . I thought about something like bounding some cells in every
row and then catching the event ItemDataBound to get the parent row using
the proper relationship and populate the rest cells with the retrieved
information . Unfortunately the Windows-forms version of DataGrid doesn't
expose such an event .
So what can I do other that requering the database to get the join of those
tables
Thanks in advance
I have a DataSet contains two DataTables with a relationship between them.
Now I want to populate a DadaGrid (windows from) with the inner join of
those table . I thought about something like bounding some cells in every
row and then catching the event ItemDataBound to get the parent row using
the proper relationship and populate the rest cells with the retrieved
information . Unfortunately the Windows-forms version of DataGrid doesn't
expose such an event .
So what can I do other that requering the database to get the join of those
tables
Thanks in advance