I have populated a DATAGRID (NOT A DATAGRIDVIEW) with parent/child data using the TableStyles collections and specifying TWO datagridtableStyles. Parent is called Car_Data and child is called Doc_Data.
My dataset that I'm using to bind to control has it's two tables in it (1 is Car_Data and the other is Doc_Data)

My problem is this. When I am looking at the CHILD tablestyle and double click on a row I am NOT getting the proper current row to go back against my dataset used to setbinding to the control.

+ Parent -- Contract 1
+ Parent -- Contract 2
Child -- Documents row 1
Child -- Documents row 2
Child -- Documents row 3 <--- this is the row I want.... I cannot get this rowindex returned to me
Child -- Documents row 4
+ Parent -- Contract 3
+ Parent -- Contract 4

Help

gollnick