i have 2 bands. from the activerow in the second band, how do i access the parent row in the parent band.
That is:
band1
row 1
band b
row a
If the user is editing row a, what is the best way to gain access to row 1?
row.ParentRow
Is that reliable? The intell states that it can be either a row instance or a groupbyrow.