Hello all, I know there's got to be a way to do this, but I'm pulling my hair out and am hoping someone can point me in the right direction.
I've got a multi band grid, and what i'm trying to do is get the row at the red arrow, when my ActiveRow is the highlighted one.
The reasoning is I'm doing things that change the data, so I need to update/refresh the data, and then re-expand the row at the Red arrow.
Winforms 13.1.20131.2095
TIA,
brad
Thank you Michael -- that's what I needed. Appreciate it.
Hello Brad,
Thank you for posting in our forums!
The UltraGridRow objects have a ParentRow property that can be used to get the ParentRow of any child band row.
If you need further assistance with this, please let me know.