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
410
Selecting columns in column chooser
posted

I have a grid that has 50+ columns but only about 10 are visible per default. So when the user wants to see more, he opens the column chooser which will come up with a scroll bar because of the number of columns. If some entries in the column chooser are not visible (would become visible if I scroll further down) and I click on the last visible item, this item gets the focus, is scrolled up by 1 -> is now the second last visible entry, and the new last entry is checked. This is really annoying. Is there any workaround? I'm using version 11.1.20111.2111

Thanks

Bettina

Parents
  • 469350
    Offline posted

    Hi Bettina,

    No, there's nothing we can do about this. The ColumnChooser is actually a modified WinGrid. So when you click on a header, you are actually clicking on a WinGrid row. What happens is that when you MouseDown on the row, it becomes the ActiveRow and scrolls into view. Then by the time you release the mouse, the row you originally clicked is no longer under the mouse and a new row has moved into that spot.

    I suppose one thing you could do is make the ColumnChooser taller so the user doesn't have to scroll as much and that should alleviate some of the issue.

Reply Children