We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Hello.
Disabling deselect is not working with Enhanced Grid.
Problem here:
https://github.com/vaadin-component-factory/enhanced-grid-flow/blob/main/enhanced-grid-flow/src/main/java/com/vaadin/componentfactory/enhancedgrid/EnhancedGrid.java#L249
EnhancedGrid code
getGrid().getElement().executeJs("this.$connector.deselectAllowed = $0", deselectAllowed);
Original Vaadin Grid code
grid.getElement().setProperty("__deselectDisallowed", !deselectAllowed);
If invoke original code disabling deselect works as expected.
Thanks.
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Hello.
Disabling deselect is not working with Enhanced Grid.
Problem here:
https://github.com/vaadin-component-factory/enhanced-grid-flow/blob/main/enhanced-grid-flow/src/main/java/com/vaadin/componentfactory/enhancedgrid/EnhancedGrid.java#L249
EnhancedGrid code
Original Vaadin Grid code
If invoke original code disabling deselect works as expected.
Thanks.
The text was updated successfully, but these errors were encountered: