Yes, I set AutoCreateDetailConfigurations property to true.
I can only get data if I bind thru VB code and not xaml. But, in order to use the CollectionViewSource (where all the good features seem to be), you have to bind thru xaml. I'm frusrated that I can't get past first base. All your samples have the bound object in the application. Mine is in the page. My cvs source statement is Source="{Binding EBookFiles, ElementName=root}" and I added the attribute x:Name="root" to the page. This has worked with other software and Xceed seems to find it since it lists my columns, but no data. Am I missing something? Is this not a valid way to bind?