Hi Mark,
This question is already being handled through your email support request.
Please avoid asking your question both in the forums and by email as this may cause us to do the same work twice. Otherwise, please inform us by including a lnk to your forum post when sending the email, or by mentioning in your forum post that you already sent your question to email support. Thank you for your understanding.
To clarify, you cannot bind a collection directly to the EntityDetailDescription, and you cannot bind an EntityDetailDescription to the ItemsSource of a DataGridControl.
The proper order would be:
1) create a DataGridCollectionView that has your data source (collection, DataTable, etc.) as it's Source.
2) you can manually specify master-detail relationships by adding EntityDetailDescriptions to the DataGridCollectionView.DetailDescriptions collection.
3) you can then set the DataGridCollectionView to be the ItemsSource of your DataGridControl.
** Quick Tip: Clients with an active support subscription should be sending their questions by email if they wish to benefit from the faster response time. Thanks!
Diane Lafontaine
Technical Support
Xceed Software Inc.