Hello,
Is it possible to use setKeepParentsOnFilter(true) in combination with setImplicitCriteria(criteria) on TreeGrids such that parent(non-leaf) nodes that are outside of the implicit criteria to stay hidden? That would mean that the keepParentsOnFilter criteria would apply only on the implicit criteria subset and NOT on above parent layers. We are not able to achieve this behavior but maybe we are not aware of a certain method or flag.
I shall try to explain the context... The idea is that when you focus on a subtree from a bigger tree using an implicit criteria, but also need to have setKeepParentsOnFilter(true) for further filtering options on that subtree, you would not want to see all the above parents of that subtree up to the top. It just does not make too much sense to see upper parents that are anyway outside of the initial criteria. I hope I make myself understood...
Thank you!
Is it possible to use setKeepParentsOnFilter(true) in combination with setImplicitCriteria(criteria) on TreeGrids such that parent(non-leaf) nodes that are outside of the implicit criteria to stay hidden? That would mean that the keepParentsOnFilter criteria would apply only on the implicit criteria subset and NOT on above parent layers. We are not able to achieve this behavior but maybe we are not aware of a certain method or flag.
I shall try to explain the context... The idea is that when you focus on a subtree from a bigger tree using an implicit criteria, but also need to have setKeepParentsOnFilter(true) for further filtering options on that subtree, you would not want to see all the above parents of that subtree up to the top. It just does not make too much sense to see upper parents that are anyway outside of the initial criteria. I hope I make myself understood...
Thank you!
Comment