Hello,
is there a way to navigate between ultragrid cells in the same column but in different bands (hierachical data structure) using the up-/down-keys?
I use the GridKeyActionMapping and it works fine for all cells/rows in a band, but I cannot go to the next cell which is in the next band.
It seems to me that there are two possibilities. You are probably using AboveCell and BelowCell as your actions. You might want to look through the actions and see if there is another action that does the same thing, but also spans across bands.
I suspect there isn't one, so that brings me to option 2. You could handle the KeyDown or maybe KeyPress event of the grid and handle it manually.