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

IE7: RadComboBox filter not working when I enter Number 9

6 Answers 127 Views
ComboBox
This is a migrated thread and some comments may be shown as answers.
Manoj
Top achievements
Rank 1
Manoj asked on 15 Jan 2013, 09:26 AM
Code Sample 

<telerik:RadComboBox ID="RadComboBox1" runat="server" Filter="Contains" EnableVirtualScrolling="false"
            EmptyMessage="Please type Here" AllowCustomText="true" EnableLoadOnDemand="false"
            MarkFirstMatch="true">
            <Items>
                <telerik:RadComboBoxItem Text="1" />
                <telerik:RadComboBoxItem Text="2" />
                <telerik:RadComboBoxItem Text="3" />
                <telerik:RadComboBoxItem Text="8" />
                <telerik:RadComboBoxItem Text="9" />
                <telerik:RadComboBoxItem Text="18" />
                <telerik:RadComboBoxItem Text="19" />
                <telerik:RadComboBoxItem Text="38" />
                <telerik:RadComboBoxItem Text="39" />
                <telerik:RadComboBoxItem Text="ABCD-39" />
                <telerik:RadComboBoxItem Text="ABCD-40" />
            </Items>
        </telerik:RadComboBox>

Problem

When I type number 9 in the above ComboBox, filter is not working.I tried with Chrome, its working fine.
I hope the problem is with IE7.

Please help me to fix it.

Thanks and Regards,
Manoj Kumar


6 Answers, 1 is accepted

Sort by
0
Hristo Valyavicharski
Telerik team
answered on 17 Jan 2013, 02:52 PM
Hi Manoj,

I have tested this on IE7 with this version: 2012.3.1308.35 , but I was unable to replicate the issue you had faced. Here you can see the sceenshot showing that pressing "9" is working fine.

Could you specify what is the version of our controls that you are using? In addition, do you observe the described behavior in other browsers?

Greetings,
Hristo Valyavicharski
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
Manoj
Top achievements
Rank 1
answered on 18 Jan 2013, 02:35 AM
I am using the version :2012.3.1205.40
0
Manoj
Top achievements
Rank 1
answered on 22 Jan 2013, 02:56 AM
I am using the version :2012.3.1205.40

I am waiting for your reply.
Please help me to fix this problem.


0
Hristo Valyavicharski
Telerik team
answered on 22 Jan 2013, 03:29 PM
Hi Manoj,

I have changed the version to 2012.3.1205.40 and control is working as normally under IE7 and all other browsers. Here you can see video of my testing. In addition, I am attaching the sample, I had performed the tests with.
 

All the best,
Hristo Valyavicharski
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
Manoj
Top achievements
Rank 1
answered on 23 Jan 2013, 05:31 AM
I have tried with your source code. But still the problem persist with IE7. With Google Chorme its working fine
even i have tried with the latest telerik version, It doesn't helps.

Please see my screenshot.

you said its working fine in your side.The same code doesn't works for me.
Is there anything else to check with my PC environment.

I am Using

IE7
VS2010
Telerik - 2012.3.1308.40


Please help.





0
Hristo Valyavicharski
Telerik team
answered on 25 Jan 2013, 03:50 PM
Hi Manoj,

Can you test this on another machine with IE7? Please verify that issue doesn't exist only on your machine. To help you I will need an isolated sample with steps to reproduce

Thanks

Greetings, Hristo Valyavicharski
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.
Tags
ComboBox
Asked by
Manoj
Top achievements
Rank 1
Answers by
Hristo Valyavicharski
Telerik team
Manoj
Top achievements
Rank 1
Share this question
or