I have a GridView with a second Grid View nested inside the Row detail template, this nested GridView then has it's own detail template. I am getting a Binding error from the DetailsPresentor for this second item. I am guessing this has something to do with the fact that when the application is loaded, no row is selected in the top level grid view and as a result the nested grid view to which the second Details presenter is bound does not exist.