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
405
WinGrid Up/Down Keys move to next/previous cell
posted

I inherited from UltraWinGrid to customize some settings at runtime. In my test project the grid behaves as expected. In a more complex real project the up and down keys move to the next / previous cell.

For testing purposes I cleared the KeyActionMappings of the grid and set 4 mappings for the up/down/left/right keys and disabled the OnKeyDown / OnKeyPress methods I had before.

If I call PerformAction (UltraGridAction.BelowCell) this results in a move to NextCell as well.

Any ideas would be appreciated

Burkhard