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

Selection Changed Event

1 Answer 57 Views
ComboBox
This is a migrated thread and some comments may be shown as answers.
Alex Wu
Top achievements
Rank 1
Alex Wu asked on 16 Mar 2010, 04:06 AM
In combobox selection changed event I need to read the new selected value but it's giving me the original value. How do I read the new value after a new item is selected?

1 Answer, 1 is accepted

Sort by
0
Accepted
Valeri Hristov
Telerik team
answered on 16 Mar 2010, 05:14 PM
Hello Alex,

When the SelectionChanged event is raised the SelectedItem/SelectedIndex/SelectedValue properties are already updated, so in its event handler you should be able to use their new values.

All the best,
Valeri Hristov
the Telerik team

Do you want to have your say when we set our development plans? Do you want to know when a feature you care about is added or when a bug fixed? Explore the Telerik Public Issue Tracking system and vote to affect the priority of the items.
Tags
ComboBox
Asked by
Alex Wu
Top achievements
Rank 1
Answers by
Valeri Hristov
Telerik team
Share this question
or