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

Implementing 'more...'

2 Answers 66 Views
TreeView
This is a migrated thread and some comments may be shown as answers.
Rider333
Top achievements
Rank 1
Rider333 asked on 24 Oct 2016, 10:15 PM

I'd like to create a product filtering mechanism like Bestbuy, Amazon, etc. use, where the user can check various filter nodes (on the left side of the screen) and click Apply to have the resulting products (in a grid) filtered.  Since I will need different levels of nested filtering, I thought that a TreeView would be the way to go.  I have my filters loaded into the TreeView, but now I want to implement a limit for how many filter criteria under a given node can be seen at one time...essentially listing the first 5, then having a "more..." or "see all..." button that the user can click in order to see all the filter nodes.  

Any suggestions as to how to go about implementing that?  Or, perhaps the TreeView is not the way to go for this kind of thing?

Thanks!

 

 

2 Answers, 1 is accepted

Sort by
0
Rider333
Top achievements
Rank 1
answered on 25 Oct 2016, 02:05 PM
Turns out that 'faceted search' seems to be what I'm looking for.  Anyone implemented anything like that?
0
Peter Milchev
Telerik team
answered on 26 Oct 2016, 02:25 PM
Hello Rider,

I am afraid that the TreeView has no such built-in feature and this functionality would require a custom implementation to be achieved.

Regards,
Peter Milchev
Telerik by Progress
Check out the new UI for ASP.NET Core, the most complete UI suite for ASP.NET Core development on the market, with 60+ tried-and-tested widgets, based on Kendo UI.
Tags
TreeView
Asked by
Rider333
Top achievements
Rank 1
Answers by
Rider333
Top achievements
Rank 1
Peter Milchev
Telerik team
Share this question
or