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

[Solved] How To - RadComboBox inside a RadTreeView

0 Answers 77 Views
ComboBox
This is a migrated thread and some comments may be shown as answers.
This question is locked. New answers and comments are not allowed.
Marian
Top achievements
Rank 1
Marian asked on 17 Feb 2012, 04:02 AM
I would need some directions on a problem I have.
I am using a RadTreeView with HierarchicalDataTemplate, where I have level 1 Departments and Level 2 Employees. On both, Departments and Employees I would like to show a few additional elements on the line, example: Department - Location and Employee - First Name, Last Name, City.
I can make the treeview to work properly in read only, or in edit mode. However, it works nicely if all values are TextBox.
However, I would like to be able to change in ItemEditTemplate the Location field from TextBox into Listbox or ComboBox and similar the field City into ListBox or ComboBox.
Is this possible or I must use a different control, such as RadGridView or RadTreeListView?
Can you show me an example of how this could be achieved, even though I need to change this to different controls?

Thank you very much for your help,

Marian
Tags
ComboBox
Asked by
Marian
Top achievements
Rank 1
Share this question
or