Your Privacy Matters: We use our own and third-party cookies to improve your experience on our website. By continuing to use the website we understand that you accept their use. Cookie Policy
175
XamTreeGrid filter homogeneous data only at top level
posted

I've attached a code sample to demonstrate my issue.

I would like the ability to filter homogeneous data only at the top level of the grid.  In my sample I have two levels each with Description and Total as values.  So when I filter on the total field, I do not want the filtering logic to search the depth of the tree, just the breadth of the top level.  So in my example where the filter is set to Total < 10, I would like to display the "Meat" and "Dairy" nodes.  I would also like to be able to expand the nodes that are left visible.  I should not be able to view Fruit, Apples, Bananas, or Oranges.

Is there a way to accomplish this?

TreeGridFiltering.zip