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

Prevent selection of single row #8360

Open
JockeLindberg opened this issue Jan 26, 2024 · 0 comments
Open

Prevent selection of single row #8360

JockeLindberg opened this issue Jan 26, 2024 · 0 comments

Comments

@JockeLindberg
Copy link

Currently, you can prevent a complete selection action (which can contain 0-all rows).
Make it possible to prevent a single row from being selected.

We already have the isSelectable API on GridSelection. Either use that or make it possible to maniupulate the array of records which is about to be selected through use of the beforeSelectionChange event.

https://forum.bryntum.com/viewtopic.php?f=43&t=27739&p=139134#p139134

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

No branches or pull requests

1 participant