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

Mouse Drag Selection Not Working by Default #8

Closed
cuppm opened this issue Jan 11, 2023 · 2 comments
Closed

Mouse Drag Selection Not Working by Default #8

cuppm opened this issue Jan 11, 2023 · 2 comments
Labels
bug Something isn't working

Comments

@cuppm
Copy link

cuppm commented Jan 11, 2023

The changes in the Siemens update caused the default behavior of mouse drag to not update the grid cell selection any more. With the last CodePlex version (4.40) you could click in a cell and drag the cursor to select multiple cells - like the way Excel functions for selecting multiple cells. In the current version the cell that gets the initial mouse down is selected but no additional cells are added to the selection when dragging.

Is there a setting somewhere that should be set for this to work like before?

@cuppm
Copy link
Author

cuppm commented Jan 20, 2023

Drag selection appears to have been changed to off by default. You enable it with:

mySourceGridControl.Selection.EnableDragSelection = true;

@RenishPalliyath RenishPalliyath added the bug Something isn't working label Oct 12, 2023
@Rahul-Siemens
Copy link
Collaborator

Closing issue as it is related to configuration/setting.

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

3 participants