Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Select All #51

Open
VisualAlf opened this issue Oct 18, 2024 · 1 comment
Open

Select All #51

VisualAlf opened this issue Oct 18, 2024 · 1 comment
Labels
bug Something isn't working

Comments

@VisualAlf
Copy link

VisualAlf commented Oct 18, 2024

It seems there is some counterintuitive / unconsistent behavior...

  1. When editing a cell:
    a. Optionsbutton/Select All has no function (although it's enabled). (Ctrl-A however selects the Text within the TextBox, which is quite standard).
    b. Optionsbutton/Deselect All, however, deselects everything and terminates the editing.

  2. Whatever selection is active, it is unselected when we click into any column header for sorting/filtering. We could argue that filtering could change the selected Set. But IMHO it should not cancel the complete selection.

    As a side-note I noticed that the AdvancedCollectionView does not alter the SelectedItem (et al.). It does clear the
    selection-set, but in the end it will reselect the original value.

  3. When IsReadonly=True and OptionsButton is hidden
    a. in Single-Mode, selection jumps to Line 1 after (Select All)-Click. [It seems somewhat contradictionary to have SINGLE row selection but also a select ALL. So, maybe we could/should suppress this function in this case.]
    b. in Extended-Mode, there is no way to unselect (except toggle sort/filter or Ctrl-Shft-A). Nor can you select a specific line after all lines are selected.

@VisualAlf VisualAlf added the bug Something isn't working label Oct 18, 2024
@w-ahmad
Copy link
Owner

w-ahmad commented Oct 20, 2024

Thank you, @VisualAlf, for the thorough investigation of the functionality. I will try to implement these suggestions in v1.3.0.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

2 participants