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

Error on RadComboBoxElemet Q1 2010?

2 Answers 47 Views
ComboBox and ListBox (obsolete as of Q2 2010)
This is a migrated thread and some comments may be shown as answers.
This question is locked. New answers and comments are not allowed.
Denny
Top achievements
Rank 1
Denny asked on 10 Mar 2010, 11:07 PM
Hello,
I updated my WinForms Project to Q1 2010.

Now the SelectedIndexChanged Event doesn't fire when selecting a Item in the RadComboBox Element by mouse.
If I select another Item by keybord the event do work.

Is this an error in the Q1 2010 issue?

2 Answers, 1 is accepted

Sort by
0
Denny
Top achievements
Rank 1
answered on 10 Mar 2010, 11:32 PM
The Event fires correctly but the SelectText returns an empty string.
0
Accepted
Victor
Telerik team
answered on 11 Mar 2010, 08:58 AM
Hello Denny,

Thank you for writing. SelectedText property returns the highlighted text ready for editing in the text box part of RadComboBox. If you need to get the text of the selected Item you can do so using the code snippet below:

(radComboBox.SelectedItem as RadComboBoxItem).Text;

Write again if you have other questions.

Regards,
Victor
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 and ListBox (obsolete as of Q2 2010)
Asked by
Denny
Top achievements
Rank 1
Answers by
Denny
Top achievements
Rank 1
Victor
Telerik team
Share this question
or