Hello all,
I have the following RadComboBox skin
Problem is that if I start typing something and hit enter then SelectedValue is always empty forcing me to click on the desired item every time. I would like to know if there is a way to make the SelectedValue to hold the first item's value from the filtered list when hitting Enter.
Thanks,
MartÃn
I have the following RadComboBox skin
<telerik:RadComboBox |
EnableEmbeddedSkins="false" |
EnableLoadOnDemand="False" |
AllowCustomText="False" |
HighlightTemplatedItems="True" |
SkinID="CBSelection" |
ShowMoreResultsBox = "False" |
Skin = "Black" |
Filter="Contains" |
ShowDropDownOnTextboxClick="true" |
MarkFirstMatch="False" |
EnableTextSelection = "True" |
Height="150px" |
runat="server" > |
</telerik:RadComboBox> |
Problem is that if I start typing something and hit enter then SelectedValue is always empty forcing me to click on the desired item every time. I would like to know if there is a way to make the SelectedValue to hold the first item's value from the filtered list when hitting Enter.
Thanks,
MartÃn