|
-
Aug 5th, 2015, 08:23 AM
#1
Thread Starter
Hyperactive Member
[RESOLVED] Datagrid ---- not a datagridview
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
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|