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

Text Issue on RadComboBox using MarkFirstMatch Property

6 Answers 156 Views
ComboBox
This is a migrated thread and some comments may be shown as answers.
Aakansha
Top achievements
Rank 1
Aakansha asked on 10 Nov 2011, 09:15 AM
Hi Telerik Team,

I am using a rad combo box with MarkFirstMatch property.and i used to bind  the rad combobox  with different  countries name using ID="ddlCountry" . I used this same ID="ddlCountry
" in various asp.net pages.
 <telerik:RadComboBox ID="ddlCountry" ExpandDirection="Down" runat="server"
                              MaxHeight="300px" Width="120px" DropDownWidth="150px"
                              AllowCustomText="false"   MarkFirstMatch="true" >
  </telerik:RadComboBox >
But when i start typing in that Rad Combobox,it works fine until i type the second character of country but when i typed the third character the existing values are getting erased and only the third character which i typed comes to first position and its MarkFirstMatch property is not working properly.

first i can try to bind  the rad combobox using code behind methods  with different  countries name and then  i also try to bind it with  the hard coded items values with different  countries name using ID="ddlCountry" .( Which Gives me Same Results)

But this problem is resoved when i simply changed the ID of rad combobox e.g
 <telerik:RadComboBox ID="ddlCountries" ExpandDirection="Down" runat="server"
                              MaxHeight="300px" Width="120px" DropDownWidth="150px"
                              AllowCustomText="false"   MarkFirstMatch="true" >
  </telerik:RadComboBox >
and its MarkFirstMatch property works fine...and it is happening for some specific keywords like ddlCountry, ddlState etc.
I am not sure what's the exact reason behind it??? My current telerik radcontrols version is 2011.1.1.519.35

Please Help.

6 Answers, 1 is accepted

Sort by
0
Dimitar Terziev
Telerik team
answered on 14 Nov 2011, 11:58 AM
Hello Cindrella,

The experienced problem is caused by recently release Cumulative Security Update for Internet Explorer.
Please try the solution suggested in the following forum thread. In case this doesn't help, please leave a comment below so we could gather some feedback in which cases the patch is not working.

Kind regards,
Dimitar Terziev
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
0
Aakansha
Top achievements
Rank 1
answered on 14 Nov 2011, 01:10 PM
Hi Dimitar Terziev,

The autocomplete feature of RadComboBox doesn't work properly until i typed 2-3 characters. When I typed some text in RadComboBox then its works. but it causes flickering text effect.  Its not a perfect solution to this problem.

Thanks for the reply.

Regards
Cindrella
0
Dimitar Terziev
Telerik team
answered on 17 Nov 2011, 11:31 AM
Hi Cindrella,

Thank you for your feedback regarding the patch provided. We shall take it into consideration and we will try to find another solution to this issue. Once we have more information we shall update the forum thread.

Best wishes,
Dimitar Terziev
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
0
Ramesh
Top achievements
Rank 1
answered on 27 Jan 2012, 01:27 PM
Hi,

I too came across the same issue. Can any body help to fix this issue?

Thanks
Ramesh M
0
Dimitar Terziev
Telerik team
answered on 31 Jan 2012, 03:57 PM
Hi Ramesh,

Have you tried the patch provided in the following forum thread here?

Greetings,
Dimitar Terziev
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
0
Shubham
Top achievements
Rank 1
answered on 30 Jan 2019, 01:44 PM

Hello,

I did use RadComboBox in my project all functionality is work in fine. but If user search First and Last character of the word the not suggest properly on the suggestion list. Can you suggest how to resolve this issue?

Please refer the below code.

 <:RadComboBox  runat="server" ID="State" AllowCustomText="True" DataTextField="Name"  
             MarkFirstMatch="True" EnableLoadOnDemand="True" CausesValidation="False" Width="61%">
  </rad:RadComboBox>

Thanks,

Shubham 

 

 

 

 

 

Tags
ComboBox
Asked by
Aakansha
Top achievements
Rank 1
Answers by
Dimitar Terziev
Telerik team
Aakansha
Top achievements
Rank 1
Ramesh
Top achievements
Rank 1
Shubham
Top achievements
Rank 1
Share this question
or