I created two tables that have relation one-to-many.
I included them to a DataSet, created relation and assigned to DataGrid.
Question:
When a user click [x] for expanding table row he sees the link to child table.
How do so that instead link user can see whole table immediately?

Thanks