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

[Solved] Combobox not keeping value

0 Answers 123 Views
ComboBox
This is a migrated thread and some comments may be shown as answers.
steve
Top achievements
Rank 1
steve asked on 21 May 2009, 10:34 AM
Hi

I have a major problem that I am hoping someone can help me with.  This is the combobox asp code:
<radc:radcombobox id="ddParameterName" 
                                      markfirstmatch="False"
                                      runat="server" 
                                      allowcustomtext="True"
                                      onselectedindexchanged="ddParameterName_SelectedIndexChanged"
                                      selectontab="False" 
                                      showdropdownontextboxclick="False" 
                                      skin="Classic"
                                      skinspath="~/RadControls/ComboBox/Skins"
                                      width="250px">
 </radc:radcombobox>

the problem I have is that when I type in the textfield then press tab to leave the control, the control RESETS the text in the textfield.  Now you can understand how annoying that can be.  Please can someone help.

No answers yet. Maybe you can help?

Tags
ComboBox
Asked by
steve
Top achievements
Rank 1
Share this question
or