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.