Search hierarchy data grid

Hi!
I've implemented a grid with self referencing hierarchy. Id like to use the search functionality but it doesn't seem to take child nodes into consideration. You can reproduce the same issue from the demo: Blazor DataGrid self-reference hierarchy
Filter by name, Contains sales => no records will be displayed.
Am i missing something or is this a bug?
Best regards,
Johan

Filtering in this demo is case sensitive.

Ah! My bad :slight_smile:
Search for Vice and no records will be found. Search for Manager and Only the Vice president will be shown. Search for Representative and the child nodes of Mr. Steven Buchanan wont show. Seems to be an issue when having multiple levels of child nodes

You are right. Only the child data are filtered if present - it will be fixed in our next update before the end of the week.

1 Like