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
315
using multiple grouping on columns, action UltraGridAction.AboveCell is changing the column instead of changing the row
posted

Hi,

We use using multiple grouping on columns (RowLayoutStyle = RowLayoutStyle.GroupLayout).

We add some groups on columns. Groups has parent group.

Browsing the grid with keyboard, the up and down key Works stange, like left/right button.

Can we make a workaround to correct this behaviour?

Parents
No Data
Reply
  • 29105
    Offline posted

    Hello Lacos, 

    I am going to try and build a sample to isolate this, if you have something that isolates this I'd greatly appreciate it if you can attach it here to speed up the investigation. In the meantime you can try handling the BeforePerformAction event and watch for the action that is getting triggered which is moving the focus left/right and then cancel the action. Next, either call PerformAction to move up/down. If that doesn't work, explicitly set focus to the same cell in the next/previous row.

     Let me know if you have any questions. 

Children