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

Selected Value Property

1 Answer 70 Views
ComboBox
This is a migrated thread and some comments may be shown as answers.
Adrian
Top achievements
Rank 1
Adrian asked on 28 Aug 2012, 04:58 PM
Hello there,

I need to know the difference between an user not selecting any value, and an user typing a value that is not on the ComboBox, right now the property SelectedValue returns empty for both cases.

Also if a user types a value that is on the ComboBox and "tab" to the next control, the SelectedValue is empty, the user have to actually press enter or click the option and then do the tab to the next control, is this ok?

I hope is all clear.

Regards,
Adrián Calvo

1 Answer, 1 is accepted

Sort by
0
Ivana
Telerik team
answered on 29 Aug 2012, 01:46 PM
Hello Adrian,

In the first tow cases there shouldn't be any selection thus it is expected for SelectedValue to return null. As for the third case you are right indeed. The selection of an item seems to be made just after the control is blurred (when pressing the 'Tab' key).

What exactly is the scenario that you are trying to implement?

Regards,
Ivana
the Telerik team
If you want to get updates on new releases, tips and tricks and sneak peeks at our product labs directly from the developers working on the RadControls for ASP.NET AJAX, subscribe to their blog feed now.
Tags
ComboBox
Asked by
Adrian
Top achievements
Rank 1
Answers by
Ivana
Telerik team
Share this question
or