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

iPod Style Combobox with Filter

2 Answers 13 Views
ComboBox
This is a migrated thread and some comments may be shown as answers.
Andrew
Top achievements
Rank 1
Andrew asked on 15 Jul 2015, 05:05 PM

Hi, 

We're working on an application which has a RadComboBox multiple tiers which can be clicked through. 

Similar to https://www.filamentgroup.com/examples/menus/ipod.html#

Menu 1

Food

Drinks

 

-> Click Food

 Menu 2 appears

Starters

Main

Dessert

-> Click Dessert

 Menu 3 appears

Ice Cream
Meringue with Orange

 

All within the same ComboBox?

Is it possible in UI for ASP.NET AJAX to achieve a similar result out of the box? 

Additionally one of the requirements is the ability to filter the items based on the path. 

So if the user types "Orange" it will bring back results of Meringue with Orange from Food > Dessert menu and Orange Juice from Drinks > Squash menu?

 

I hope that I've made sense.

2 Answers, 1 is accepted

Sort by
0
Dimitar
Telerik team
answered on 20 Jul 2015, 07:36 AM
Hi,

I am afraid that we do not provide a control looking exactly like the one shown on your link.
I could suggest you to try our RadDropDownTree control though, which provides a tree like hierarchical structure and in-built filtering capabilities.

Regards,
Dimitar
Telerik
Do you want to have your say when we set our development plans? Do you want to know when a feature you care about is added or when a bug fixed? Explore the Telerik Feedback Portal and vote to affect the priority of the items
0
Andrew
Top achievements
Rank 1
answered on 20 Jul 2015, 08:28 AM
Hi Dimitar, 

Thank you for your response. After days of looking I decided to go for a Multi-column radcombobox. That allowed me to display the columns and add the filtering. 
Tags
ComboBox
Asked by
Andrew
Top achievements
Rank 1
Answers by
Dimitar
Telerik team
Andrew
Top achievements
Rank 1
Share this question
or