I am providing tree formatted data to the grid. When I used the in column filters, it applies the filters to the leaf nodes and shows parent nodes where needed to provide a path to the leafs.
I am looking for a way to allow the user to provide a quick filter along with the column filters. The quick filter would filter out all non-leaf nodes that do not contain the filter text. End result would be that the user could filter out non-leaf nodes with the quick filter, then filter down to leaf nodes with the column filter.
Any ideas how to accomplish this? I realize I could filter the tree data and pass it pre-filtered to the grid, but I really need to find a way to implement this while still passing the entire unfiltered tree data to the grid.
Is this possible? If not, could I somehow hide a non-leaf node manually without removing it from the tree data model?