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

Tree View in Rad Combo Box

0 Answers 74 Views
TreeView
This is a migrated thread and some comments may be shown as answers.
Alex
Top achievements
Rank 1
Alex asked on 04 Mar 2009, 08:08 AM
Hi,

I am using tree view in rad combo box. My tree view is CheckBoxes="true" CheckChildNodes="true". When I check the check box i call the RadTreeView1_NodeCheck(). In this function i have retrieve the data base on checked node and want to show the data in combo box.

Let say they click Singapore Node, I want to show "Singapore - SGD - 1.500" in combo box text.

rcbFCCScope.Text  = "Singapore - SGD - 1.500";

But I don't see any data in combo box text.

Please let me what should i do.

Alex

No answers yet. Maybe you can help?

Tags
TreeView
Asked by
Alex
Top achievements
Rank 1
Share this question
or