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

SelectedValue not changing

1 Answer 59 Views
DropDownTree
This is a migrated thread and some comments may be shown as answers.
Stacy
Top achievements
Rank 1
Stacy asked on 22 Apr 2015, 04:42 PM

I have a RadDropDownTree.  I populate it with a hierarchy from the database.  I set the "SelectedValue" equal to whatever group an employee belongs to (based on database record).

 So for example:  DropDownTree loads and selects "bakery" based on it's ID in the db.

Store

-->cashier

-->bakery (selected)

-->maintenance

So now I click on "cashier" and hit update.  On the server side, the DropDownTree.SelectedValue is still equal to the ID of the "bakery".  Why is the change not being sent to the server side?

1 Answer, 1 is accepted

Sort by
0
Stacy
Top achievements
Rank 1
answered on 23 Apr 2015, 12:12 PM
Nevermind this, once I tried to get the selectedValue in a different event, it appeared to work.
Tags
DropDownTree
Asked by
Stacy
Top achievements
Rank 1
Answers by
Stacy
Top achievements
Rank 1
Share this question
or