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

Cateogrized item in Combobox

1 Answer 53 Views
ComboBox and ListBox (obsolete as of Q2 2010)
This is a migrated thread and some comments may be shown as answers.
This question is locked. New answers and comments are not allowed.
Alcatraz
Top achievements
Rank 1
Alcatraz asked on 03 May 2010, 05:13 PM
Hi Telerik Team,

I have a requirement where in my combobox has to show up items based on category.  For example if I want to display my branches based on the cities then I can load the city names in the combo box as bold (non-selectable) and under the city names i cna load the branch names which are selectable.

I also found a codeproject link on this requirement, pls have a look at it to get the exact idea. 

http://www.codeproject.com/KB/shell/windowsribbon08.aspx

Since we use Radcombobox entirely for our project I would like to know whether we can achieve this in any way.  I would be really pleased to have your response at the earliest possible.

Thanks
Kris

1 Answer, 1 is accepted

Sort by
0
Victor
Telerik team
answered on 05 May 2010, 08:40 PM
Hello KrisYs,

Thank you for the question.

I am afraid that RadComboBox does not support this feature out of the box. The only alternative that is somewhat close to what you need to achieve is to use a DataView and set it's Filter property but this will allow you to have only one group visible at a time.

Write again if you have other questions.

Kind regards,
Victor
the Telerik team

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 Public Issue Tracking system and vote to affect the priority of the items.
Tags
ComboBox and ListBox (obsolete as of Q2 2010)
Asked by
Alcatraz
Top achievements
Rank 1
Answers by
Victor
Telerik team
Share this question
or