Your Privacy Matters: We use our own and third-party cookies to improve your experience on our website. By continuing to use the website we understand that you accept their use. Cookie Policy
40
Navigation by up/down-keys between bands
posted

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.

 

 

Parents
No Data
Reply
  • 469350
    Verified Answer
    Offline posted

        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. 

Children
No Data