I looked around for this, but all the examples I could find used XAML, which made the solution too static. Here is what I want to do:
I would like to populate a DataGri
You could serialize the XML to a collection and bind that collection.
You could create a data table from your XML and bind that to the datagrid.
As long as you have data in master detail format it doesn't matter what structure you put it in.
The XML if you make like,
presents the data in rows and there columns values.