G
gjnave
Guest
This is what the .NET documentation says about "currentRow" (i.e. datagrid.currentCell.RowNumber)
"The CurrentRowIndex property allows you to iterate through a parent tables rows even if you are viewing the child table rows. For example, if you are viewing a child table, incrementing the CurrentRowIndex will cause the System.Windows.Forms.DataGrid to display the next set of records in the child table that are linked to the parent table."
So my question is... what about the ChildRows? How do you get their RowNumber?
"The CurrentRowIndex property allows you to iterate through a parent tables rows even if you are viewing the child table rows. For example, if you are viewing a child table, incrementing the CurrentRowIndex will cause the System.Windows.Forms.DataGrid to display the next set of records in the child table that are linked to the parent table."
So my question is... what about the ChildRows? How do you get their RowNumber?