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

Stack Overflow Questions Tags Users Badges Unanswered Ask Question Auto fill RadComboBox not working in IE 9 and IE 10

1 Answer 33 Views
ComboBox
This is a migrated thread and some comments may be shown as answers.
Wella
Top achievements
Rank 1
Wella asked on 11 Jun 2013, 09:44 AM
bellow code is i used. It is working properly n fire fox and IE 8 . but IE 9 and IE 10 it is not working. I have used telerik version 2008.1.415.35

<telerik:RadComboBox ID="RadComboBox1" runat="server" Width="590px" Height="140px" AllowCustomText="false"
                MarkFirstMatch="true" AutoCompleteSeparator=";"
                    EmptyMessage="Type an E-mail" DataSourceID="SqlDataSource1" DataTextField="DSG_NAME"
                    OnItemDataBound="RadComboBox1_ItemDataBound">
               </telerik:RadComboBox>

1 Answer, 1 is accepted

Sort by
0
Kate
Telerik team
answered on 13 Jun 2013, 02:12 PM
Hi Wella,

The version of the RadControls that you are using is an old one and it is no longer under development,  and does not support the latest versions of the common browsers (please refer to this post that explains in details the life cycle of our controls). In order to get adequate support for the latest browsers it's needed to upgrade to the asp.net ajax control.

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