Hi,
Is there any way to determine the parent row of a child row?
Regards
Babu
Hi Babu,
There is a ParentRow property on a Row.
-SteveZ
Hi Steve,
event arg from CellClicked when used as follows has no ParentRow
e.Cell.Row ( the row is checked for RowType.DataRow).
While e.Cell.Row is of type RowBase and row from a collection is of type Row. The later has ParentRow.