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

Set Text in RadDropDownTree

1 Answer 139 Views
Grid
This is a migrated thread and some comments may be shown as answers.
Vijay
Top achievements
Rank 1
Vijay asked on 29 Sep 2014, 01:20 PM
Hi All,

My question for client side code only using JavaScript.
I have a RadDropDownTree in my Form. In that DropDown I have some some data.
Suppose.
Central
    Middle Central
            Chicago
    Texoma
..
.
.
above mention is same data.

Now What I want is when User Select Chicago then Select text in client area of that dropdown should be anything like 'ABCD' or anything. I just want to set the
Selected text of that DropDownTree. I tried below mention code but is not working, In my RadDropDownTree, it still showing emptymessage.

var combo = $find("<%= RadDropDownLocations.ClientID %>");
combo._selectedText = "Davolio" + ";" + "Leverling";

Can someone guide me how can I set the text in DropDownTree


1 Answer, 1 is accepted

Sort by
0
Vijay
Top achievements
Rank 1
answered on 29 Sep 2014, 03:41 PM
Please someone help. Let me know in case of any more information
Tags
Grid
Asked by
Vijay
Top achievements
Rank 1
Answers by
Vijay
Top achievements
Rank 1
Share this question
or