I am building a prototype in SketchFlow using a sample data set. When I run the project I can see lists of values no problem but anywhere I have used details mode to display a single record the running project is blank. The data is displayed within Expression Blend (it picks the first record in the set) - the only thing I can think of is that the binding needs to refer to a specific record but I can't see where to set that.
                
                A: 
                
                
              
            OK, I found a clunky answer. You can put a linked master control on the page with the relevant default value and then collapse it so it's not visible. Does the job but not particularly elegant.
                  Hugh
                   2009-09-04 13:49:38
                
              
                +1 
                A: 
                
                
              
            I found the example in this tutorial works fine:
http://blogs.msdn.com/canux/archive/2009/06/29/mini-tutorial-blend-3-visual-data-binding.aspx
- Create your sample data source
 - Click on the 'list' mode button above the data source (in the 'data' tab)
 - Drag field(s) onto a list view for the list selection
 - Click the 'details' mode button above the data source (in the 'data' tab)
 - Drag the other field(s) onto the area where you want to display the details
 
Voila! it works! Or, at least it works on my box ; )
                  TJB
                   2009-09-22 05:51:08