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

treeview in combobox problem

1 Answer 45 Views
TreeView
This is a migrated thread and some comments may be shown as answers.
martin
Top achievements
Rank 1
martin asked on 18 Aug 2008, 08:09 AM
I have a radcombobox which i have populated with a treeview.

The treeview has 2 levels

level 1 "Continents"
level 2 "Countries"

the problem I am having is that when a user clicks on a "Continent" Node the treview does expand to show the relevant countries  but the combobox collapses and does not show the treeview. Is there a way of expanding the treeview without the combobox collapsing.

all the functioality has been done serverside with vb.net

many thanks

1 Answer, 1 is accepted

Sort by
0
Accepted
Veselin Vasilev
Telerik team
answered on 18 Aug 2008, 01:53 PM
Hi martin,

Please check the implementation of this case here:
http://www.telerik.com/demos/aspnet/prometheus/TreeView/Examples/Functionality/TreeViewComboBox/DefaultVB.aspx

Note how the treeview is wrapped in a div and the click event of the div is not propagated.

Sincerely yours,
Veskoni
the Telerik team

Check out Telerik Trainer, the state of the art learning tool for Telerik products.
Tags
TreeView
Asked by
martin
Top achievements
Rank 1
Answers by
Veselin Vasilev
Telerik team
Share this question
or