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
1635
Arrow Keys across bands
posted

I have a mulplt band grid wher I'm trying to use the up/down arrow keys to go to the same column in the next row which may be a different band. I saw another post here and I am using  _BeforePerformAction event. My grid rows look simlar to

Band0_Row1

   Band1_Row1

   Band1_Row2

      Band2_Row1

Band0_Row2 

   Band1_Row3

     Band2_ Row2

I can arrow down to Band2_Row1 using Action.NextRow, but then it stops and won't go to Band0_Row2. What do I need to do? Thanks.

Ron