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

Get the value of a tree node in combobox for server side

1 Answer 31 Views
ComboBox
This is a migrated thread and some comments may be shown as answers.
Jon
Top achievements
Rank 1
Jon asked on 02 Dec 2008, 01:16 PM

Hi,

An easy scenario I guess but I've looked through the forums etc. but cannot find how.

I have a treeview inside a combobox and I need to get the tree selectedNode.Value when it is clicked - I'll use this value server side to redirect.
I am trying to do this at the moment in the  OnSelectedIndexChanged event of the combobox but suspect this is wrong!

Kind regards,


Jon

1 Answer, 1 is accepted

Sort by
0
Accepted
Veselin Vasilev
Telerik team
answered on 02 Dec 2008, 02:19 PM
Hi jon byron,

You can do this in the NodeClick server event of the treeview.

I hope this helps.

Sincerely yours,
Veselin Vasilev
the Telerik team

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