This is a migrated thread and some comments may be shown as answers.

Show all nodes in hierarchy after filtering

3 Answers 130 Views
TreeListView
This is a migrated thread and some comments may be shown as answers.
Seylom
Top achievements
Rank 1
Seylom asked on 22 Feb 2013, 06:33 PM
Hello,
I am applying filtering to a column in the treelist but upon filtering, only the top level rows are kept.Rows in the final results cannot be expanded or collapse. I would like to display all the children rows for the filtered data. How can I achieve this?
Thanks

3 Answers, 1 is accepted

Sort by
0
Dimitrina
Telerik team
answered on 25 Feb 2013, 08:26 AM
Hello,

When you filter, then all the nodes in the TreeListView satisfying the filter will be shown. If their children cover the filtering criteria, then they can be expanded and accessed. If their children should not be shown (as they did not pass the filter), then they cannot be expanded. 

You can check this behavior on our TreeListView WPF Demos.
 

Regards,
Didie
the Telerik team

Explore the entire Telerik portfolio by downloading Telerik DevCraft Ultimate.

0
Jim
Top achievements
Rank 1
answered on 27 Jun 2013, 03:14 AM
Hello,

About Seylom's question, can user override the built-in filter logic to achieve it?

Thanks.
Jim
0
Dimitrina
Telerik team
answered on 28 Jun 2013, 08:25 AM
Hi,

I am afraid that this cannot be done with modifying the built-in filtering logic. You can implement your own custom filtering instead.

Regards,
Didie
Telerik
TRY TELERIK'S NEWEST PRODUCT - EQATEC APPLICATION ANALYTICS for WPF.
Learn what features your users use (or don't use) in your application. Know your audience. Target it better. Develop wisely.
Sign up for Free application insights >>
Tags
TreeListView
Asked by
Seylom
Top achievements
Rank 1
Answers by
Dimitrina
Telerik team
Jim
Top achievements
Rank 1
Share this question
or