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

[Solved] RadComboBox with RadTreeView

1 Answer 96 Views
Grid
This is a migrated thread and some comments may be shown as answers.
Dave Hollen
Top achievements
Rank 1
Dave Hollen asked on 24 Feb 2010, 04:47 PM
Hello,

I have a RadComboBox that contains a RadTreeView.  I am using the ItemTemplate to display the tree view.  My question is, besides displaying the Tree View, I would also like to add a single item to the RadComboBox where Text = "All" and Value = "0".  So, the RadComboBox would display "All" and the below that, it would display the RadTreeView.

Is this possible to do?

Thanks,
Dave

1 Answer, 1 is accepted

Sort by
0
Princy
Top achievements
Rank 2
answered on 25 Feb 2010, 10:02 AM
Hi,


You can make use of the HeaderTemplate to add  controls such as a label or any other postback controls.This way you will have the All text above the treeview.

Hope this helps .

Thanks,
Princy

Tags
Grid
Asked by
Dave Hollen
Top achievements
Rank 1
Answers by
Princy
Top achievements
Rank 2
Share this question
or