-
Notifications
You must be signed in to change notification settings - Fork 2.5k
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
ui-grid-selection and ui-grid-tree-view in 4.2.4 #6579
Comments
This change (regression?) seems to have been introduced in the 4.2.3 version. |
@mportuga so I cannot select the first and only child without also selecting the parent node? Or is there an option to activate in the grid options? If I activate the If the multiselect option is set to false, the child node cannot be selected at all! |
Hi, i agree with @geraldpereira, i have the same problem. In a treeview with |
I recently upgraded from 4.1.3 to 4.2.4 and noticed a change in the selection behavior when using a tree.
I created two plunker to explain this:
I want to select the second row (named Nieves Mack, $$treeLevel set to 1, the child node of the first tree node). In the previous version, it was selected as expected. Now when I select the second row, its parent node in the tree is selected.
Is this a bug or a change in the API?
The text was updated successfully, but these errors were encountered: