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

treeviewcombobox

1 Answer 47 Views
TreeView
This is a migrated thread and some comments may be shown as answers.
phuc
Top achievements
Rank 1
phuc asked on 12 Jun 2009, 05:50 PM
Hello,

I am very interested by the treeviewcombobox demo.
Can you please tell me if it is possible to :
 - postbak the information when a value when the user has selected a value (similar to autopostback= true)
 - postback an additional ID information as several nodes in the treeview can have the same text. (equivalent to datavaluefield and textvaluefield)

Thank you for your support.

TRAN

1 Answer, 1 is accepted

Sort by
0
Veselin Vasilev
Telerik team
answered on 15 Jun 2009, 11:43 AM
Hello phuc,

You just need to subscribe to the NodeClick event of the treeview. Now if you click on a node - a postback will occur and the event will fire. The event arguments will contain a reference to the clicked node so you will be able to access all its properties.

Regards,
Veselin Vasilev
the Telerik team

Instantly find answers to your questions on the new Telerik Support Portal.
Check out the tips for optimizing your support resource searches.
Tags
TreeView
Asked by
phuc
Top achievements
Rank 1
Answers by
Veselin Vasilev
Telerik team
Share this question
or