Hello,
I am trying to filter data in TreeGrid component (using filterBar filter type).
On first load when I am adding value to filterBar box in request query to my WebAPI I am getting only field that I am filtering data for filtering:
After that, when I am expanding row I am getting in query only parentId property value but no value from filter:
But in this case in grid component (grid > grid > filterSettings > properties) I can see that filter value are still there:
What I need to do to pass in this case my filter value and parentId property to my WebAPI?