How to position Silverlight RowDetailsTemplate above its corresponding row?
When you create a RowDetailsTemplate in a Silverlight grid you can specify a template for row details that is shown directly below the row when it is selected. The details I have for one of my datagrids would look a lot better immediately before each individual row, rather than after it. I've tried modifying the template in Blend, but ...