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

Radcombobox MarkFirstMatch AllowCustomText

19 Answers 505 Views
ComboBox
This is a migrated thread and some comments may be shown as answers.
YAVUZ
Top achievements
Rank 1
YAVUZ asked on 25 Oct 2011, 03:04 PM
Hi,

I use radcombox control in my page. I filled items in this combobox at page_load event. For example; items are SLOVENIA, SPAIN, SWITZERLAND..

I type only S then focus on SLOVENIA... thats ok.. But I want to focus SPAIN so I want to type second character but it doesn't allow me.

This problem occur in some clients ( Internet Explorer v 8.0.7600.16385 )

If I change browser to Firefox, there is no problem. What do I have to change settings of IE ?
I am using v.  Telerik 2009.02.0701.35

<
telerik:RadComboBox
                                    id="RadComboBox1" 
                                    Runat="server" 
                                    Height="140px" 
                                    Width="350px" 
                                    Skin="WebBlue" 
                                    ToolTip="Müşteri Seçiniz"                
                                    AllowCustomText="True"
                                    MarkFirstMatch="True" AutoPostBack="True" 
                                onselectedindexchanged="RadComboBox1_SelectedIndexChanged">
<CollapseAnimation Type="OutQuint" Duration="200"></CollapseAnimation>
                            </telerik:RadComboBox>

19 Answers, 1 is accepted

Sort by
0
Helen
Telerik team
answered on 28 Oct 2011, 11:54 AM
Hello Yavuz,

A recent windows update broke the autocomplete functionality of RadComboBox. Could you please verify whether you have the following Windows Update installed on the problematic clients:

http://support.microsoft.com/kb/2586448

If so, our developers currently investigate the issue and we will publish the results soon.

Greetings,
Helen
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
jprian
Top achievements
Rank 1
answered on 02 Nov 2011, 10:49 AM
Hi Helen,
The problem also happens to us. We have uninstalled windows update 2586448 and so it is working again. After we have installed again that windows update and the problem continues.

Thank you
0
Dimitar Terziev
Telerik team
answered on 04 Nov 2011, 03:04 PM
Hi Jprian,

We have managed to prepare a patch which should fix the problem. You could find it here, please give it a try and let us know if the problem persists after that.

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
jprian
Top achievements
Rank 1
answered on 04 Nov 2011, 04:31 PM
Hi again,
The problem remains the same.

In your script, we had to change
var prototype = Telerik.Web.UI.RadComboBox.prototype;

to
var prototype = RadComboBox.prototype;

 

The remaining code is the same. We do not have any javascript errors, but the error continues.

Waiting for your directions.

Thank you very much

0
jprian
Top achievements
Rank 1
answered on 04 Nov 2011, 04:32 PM
0
jprian
Top achievements
Rank 1
answered on 04 Nov 2011, 04:32 PM
Hi again,
The problem remains the same.

In your script, we had to change

var prototype = Telerik.Web.UI.RadComboBox.prototype;

to
var prototype = RadComboBox.prototype;

The remaining code is the same. We do not have any javascript errors, but the error continues.

Waiting for your directions.

Thank you very much

0
jprian
Top achievements
Rank 1
answered on 04 Nov 2011, 04:34 PM
Hi again,
The problem remains the same.

In your script, we had to change

var prototype = Telerik.Web.UI.RadComboBox.prototype;

to

var prototype = RadComboBox.prototype;

 

 

The remaining code is the same. We do not have any javascript errors, but the error continues.

Waiting for your directions.

Thank you very much

0
jprian
Top achievements
Rank 1
answered on 04 Nov 2011, 04:35 PM
Hi again,
The problem remains the same.

In your script, we had to change
var prototype = Telerik.Web.UI.RadComboBox.prototype;
 
to
 
var prototype = RadComboBox.prototype;


The remaining javascript code is the same. We do not have any javascript errors, but the error continues.

Waiting for your directions.

Thank you very much
0
jprian
Top achievements
Rank 1
answered on 04 Nov 2011, 04:36 PM
Hi again,
The problem remains the same. In your script, we had to change:
var prototype = Telerik.Web.UI.RadComboBox.prototype;
 
to
 
var prototype = RadComboBox.prototype;
The remaining javascript code is the same. We do not have any javascript errors, but the error continues.

Waiting for your directions.

Thank you very much
0
jprian
Top achievements
Rank 1
answered on 04 Nov 2011, 04:37 PM
Hi again,
The problem remains the same. In your script, we had to change:
var prototype = Telerik.Web.UI.RadComboBox.prototype;
to
var prototype = RadComboBox.prototype;
The remaining javascript code is the same. We do not have any javascript errors, but the error continues.

Waiting for your directions.

Thank you very much
0
jprian
Top achievements
Rank 1
answered on 04 Nov 2011, 04:38 PM
Hi again,
The problem remains the same.
We do not have any javascript errors, but the error continues.

Waiting for your directions.

Thank you very much
0
jprian
Top achievements
Rank 1
answered on 04 Nov 2011, 04:38 PM
Hi again,
The problem remains the same.
We do not have any javascript errors, but the error continues.
 
Waiting for your directions.
 
Thank you very much
 
0
Dimitar Terziev
Telerik team
answered on 09 Nov 2011, 09:21 AM
Hello Jprian,

Since the patch suggested is not working in your scenario, please open a support ticket and provide a runnable sample page with the patch applied and specify the exact version of the controls that you are using. Also provide information about the exact browser version where the problem is reproduced.

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
Raoul Guenette
Top achievements
Rank 1
answered on 14 Nov 2011, 08:59 PM
Hi,

We had a similar problem and found a workaround.

In IIS, add an "Http Response Headers" with name "X-UA-Compatible" and value "IE=8" to your website. It will force the website execution to "compatibility mode".

Hope this helps you.
0
Raoul Guenette
Top achievements
Rank 1
answered on 14 Nov 2011, 09:00 PM
Hi,

We had a similar problem and found a workaround.

In IIS, add an "Http Response Headers" with name "X-UA-Compatible" and value "IE=8" to your website. It will force the website execution to "compatibility mode".

Hope this helps you.
0
Raoul Guenette
Top achievements
Rank 1
answered on 14 Nov 2011, 09:00 PM
Hi,

We had a similar problem and found a workaround.

In IIS, add an "Http Response Headers" with name "X-UA-Compatible" and value "IE=8" to your website. It will force the website execution to "compatibility mode".

Hope this helps you.
0
Raoul Guenette
Top achievements
Rank 1
answered on 14 Nov 2011, 09:00 PM
Hi,

We had a similar problem and found a workaround.

In IIS, add an "Http Response Headers" with name "X-UA-Compatible" and value "IE=8" to your website. It will force the website execution to "compatibility mode".

Hope this helps you.
0
Raoul Guenette
Top achievements
Rank 1
answered on 14 Nov 2011, 09:01 PM
Hi,

We had a similar problem and found a workaround.

In IIS, add an "Http Response Headers" with name "X-UA-Compatible" and value "IE=8" to your website. It will force the website execution to "compatibility mode".

Hope this helps you.
0
jprian
Top achievements
Rank 1
answered on 15 Nov 2011, 04:54 PM
Hi Raoul,
thank you very much for your interest, but has not worked.
We also tested with IE=7, IE=9, IE=EmulateIE7 and IE=EmulateIE8 and no luck.

Again, many thanks for your help.
Tags
ComboBox
Asked by
YAVUZ
Top achievements
Rank 1
Answers by
Helen
Telerik team
jprian
Top achievements
Rank 1
Dimitar Terziev
Telerik team
Raoul Guenette
Top achievements
Rank 1
Share this question
or