I have a GridView that has a child template and a relation. I can populate both without an problems at all. When I expand to view the childrows and click/double click one of them I need to open a secondary form that displays some additional data. In order to do that I need to be able to determine the properties of that childrow which was clicked. However, I keep getting the row in the MasterTemplate... how do I go about this.