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

RadCombobox's textbox not showing selected option

1 Answer 147 Views
ComboBox
This is a migrated thread and some comments may be shown as answers.
Shridhar
Top achievements
Rank 1
Shridhar asked on 03 Oct 2019, 02:28 AM

Hi,

Please refer to demo on this page for the dropdown of "Region"

https://demos.telerik.com/aspnet-ajax/combobox/examples/overview/defaultcs.aspx

As you type a letter or two it highlights a value and that value is displayed in the textbox of combobox. 

I have used exactly same properties but this feature is not accomplished, as a result of which on tab press, the value of combobox goes to default one.

But if I select using mouse it works that time and for other attempts going ahead. 

Please help me in this regard. Below is my code

<telerik:RadComboBox ID="ddlPrimaryPMForThisGO" runat="server" Width="115px" Filter="Contains" RenderMode="Lightweight" EmptyMessage="--Select--" MarkFirstMatch="true" EnableLoadOnDemand="true"
                              AutoPostBack="false"  ForeColor="#0067cd" CausesValidation="false"
                              autocompletemode="SuggestAppend" dropdownstyle="Dropdown">
                          </telerik:RadComboBox>

 

 

1 Answer, 1 is accepted

Sort by
0
Rumen
Telerik team
answered on 07 Oct 2019, 08:05 AM

Hi Shrindhar,

Can you please test the same scenario with the latest version 2019.3.917 (R3 2019) of Telerik.Web.UI.dll? 

Do you still experience the issue and if yes, under which browser?

Best Regards,


Rumen
Progress Telerik

Get quickly onboarded and successful with your Telerik and/or Kendo UI products with the Virtual Classroom free technical training, available to all active customers. Learn More.
Tags
ComboBox
Asked by
Shridhar
Top achievements
Rank 1
Answers by
Rumen
Telerik team
Share this question
or