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

TreeGrid expand api should check internally for multi select column #1852

Open
stefanuebe opened this issue Jan 17, 2025 · 0 comments
Open
Labels

Comments

@stefanuebe
Copy link

The TreeGridElement provides shortcut api to handle expansion (check if expanded, expand, collapse, etc), e.g. expand(int). Unfortunately these methods do not take multi selection into account. Having multi select active leads to a no such element exception, since the grid checks the first column for the tree grid toggle.

I know, that from a technical perspective, in this case the first column is indeed not the hierarchical column, but since the multi select column is not a "normal" dev defined column, I think that we should handle that use case for the devs.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
Status: 🔖 Normal Priority (P2)
Development

No branches or pull requests

2 participants