-
Notifications
You must be signed in to change notification settings - Fork 8
Open
Labels
Description
A user mentioned in the directory about the possibility of using a TreeGrid instead of a Grid.
I think that there are three different ways of using a TreeGrid:
- As a replacement for the left grid: In this case it would be like a better way of "classifying" the items that can be added to the collection. So instead of having a filtered grid, we could organize the available items in branches of the tree, so we could handle a lot of items in a better way. This is the simpler choice, given that we would still create a list of selected items.
- As a replacement for both grids, but "respecting" the hierarchy. That means that if we add a node from the left, it would create all of the parents in the right grid. This is a more difficult strategy, because instead of a List we would produce a Tree. But at least the handling of the items would be not so difficult because the produced tree would be a stripped down version of the left tree.
- As a replacement for both grid, but allowing to create a different tree in the right. This would be the more difficult strategy because it would allow to create a complete different tree.
paodb
Metadata
Metadata
Assignees
Labels
Type
Projects
Status
Under consideration