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

MarkFirstMatch telerik radcombobox filter one character ONLY in IE 11

4 Answers 103 Views
ComboBox
This is a migrated thread and some comments may be shown as answers.
Amr
Top achievements
Rank 1
Amr asked on 24 Feb 2014, 03:10 PM
Hello,

I've a serious problem with RadComboBox

When Filtering RadComboBox  IE 9 , it works fine actually with markfirstmatch property and i could filter with more than one character
For example if i am filtering Combobox to find item with name "AmrRafat", i could write 'amr' and the combobox will do the rest and finds this item.

but when trying the same scenario in IE 11, it only accepts the first character and each time i am pressing a key it consider it as the first character for filtering
For example if i am filtering Combobox to find item with name "AmrRafat", and i tried to write 'amr' Then Combobox will assume only one character and filter with it

.aspx File

<telerik:RadComboBox ID="cmbPayers" runat="server" Width="100%"  AutoPostBack="true" Filter="Contains"  MarkFirstMatch="true" TabIndex="11" OnSelectedIndexChanged="cmbPayers_SelectedIndexChanged"></telerik:RadComboBox>

Any Ideas?

4 Answers, 1 is accepted

Sort by
0
Amr
Top achievements
Rank 1
answered on 25 Feb 2014, 07:01 AM
Any Ideas?
It's URGENT!!!
0
Nencho
Telerik team
answered on 27 Feb 2014, 09:45 AM
Hello Amr,

The described behavior is quite strange. Could you specify which version of our controls are you using? In addition, here is a video, demonstrating the behavior at my end.

Regards,
Nencho
Telerik
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 UI for ASP.NET AJAX, subscribe to the blog feed now.
0
Amr
Top achievements
Rank 1
answered on 27 Feb 2014, 10:16 AM
Thanks For Your Reply.
actually when i wrote this post i didn't wirte it correctly. I've just noticed that.
Try To remove the attribute 'Filter=Contains' from RadComboBox and try this Scenario again on IE 11.
I think you will find that the RadComboBox is not Filtering well.
But on IE 9 it Works fine without this attribute (Filter=Contains)

Conclusion:
(MarkFirstMatch=true) is not working in IE 11 without the attribute (Filter=Contains)
I am using Telerik Controls Version 2010

Regards,
Amr
0
Nencho
Telerik team
answered on 04 Mar 2014, 08:20 AM
Hello Amr,

I have tested the behavior of the RadComboBox under IE11, using the specified configurations, but the problematic behavior was not replicated. For the sake of the example I had used the version of our controls, that you had specified in the ticket info. However, as mentioned that you are using Telerik Controls Version 2010 - I am afraid that different issues may arise under such new browsers. Our version of 2010 did not target this version of Internet Explorer, since at this time it was not yet released. Therefore, my suggestion would be to update your current version to our latest official release, in order to achieve a proper behavior of our controls, regarding the newly released browser versions.

Regards,
Nencho
Telerik
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 UI for ASP.NET AJAX, subscribe to the blog feed now.
Tags
ComboBox
Asked by
Amr
Top achievements
Rank 1
Answers by
Amr
Top achievements
Rank 1
Nencho
Telerik team
Share this question
or