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

Give access to MouseEventArgs in Grid's RowClick event #1014

Open
greenjaed opened this issue Jan 28, 2025 · 0 comments
Open

Give access to MouseEventArgs in Grid's RowClick event #1014

greenjaed opened this issue Jan 28, 2025 · 0 comments

Comments

@greenjaed
Copy link

When subscribing to a Grid's RowClick event, it would be nice to also know how the row was clicked. This could allow for a custom context menu or for handling shift+click to select a range of rows (I use OnRowClick to select rows). Having access to the MouseEventArgs in the GridRowEventArgs object, perhaps as a field, would be very welcome.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant