Hi,
I have a grid with 3 bands. I change the value of a cell in the 3th band and need to get a cellvalue from his parentband to process the changes.
When using the aftercellupdate event I can go to my parent band, I can even select the correct column but I can't find how to select the value.
e.Cell.Band.ParentBand.Columns(1)
Can somebody help me with this issue
I've found it using
e.Cell.Row.ParentRow.GetCellValue