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

Control will not support desired functionality in IE

1 Answer 16 Views
ComboBox
This is a migrated thread and some comments may be shown as answers.
Kannan
Top achievements
Rank 1
Kannan asked on 18 Jul 2013, 07:02 AM
Hi,


I'm using RadComboBox  while typing the letter it pull out exact match it is working in Firefox but it will not support IE .

Example type In - >populate India working in Firefox not in IE .



<telerik:RadComboBox ID="radSpeakerAlignment1" EmptyMessage="Please select ..." OnClientDropDownClosing="onSpeakerAlignment1Closing"
                                    HighlightTemplatedItems="true" AllowCustomText="true" TabIndex="-1" OnClientBlur="onMultiSelectBlur"
                                    SkinID="combo" runat="server" Width="180px" Height="120px"  Style="display: block !important;" MarkFirstMatch="true">
                                    <CollapseAnimation Type="OutQuint" Duration="200"></CollapseAnimation>
                                    <ItemTemplate>
                                        <div onclick="StopPropagation(event)">
                                            <asp:CheckBox Width="100%" ID="chkSpeakerAlignment1" runat="server" onclick="onSpeakerAlignment1CheckBoxClick(this)"
                                                Text='<%#DataBinder.Eval(Container.DataItem, "UserName")%>' />
                                           <asp:Label ID="lblchkAlignment1" runat="server" Text='<%#DataBinder.Eval(Container.DataItem, "FirstNameLastName")%>'  style="display:none"/>
                                        </div>
                                    </ItemTemplate>
                                </telerik:RadComboBox>

1 Answer, 1 is accepted

Sort by
0
Kate
Telerik team
answered on 19 Jul 2013, 03:15 PM
Hello Kannan,

I would suggest that you open an official support ticket since the provided information is not sufficient for us to replicate the issue that you describe. Please send us a very simplified runnable page where the issue can be observed so can assist you in resolving it in the most efficient way.

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
Kannan
Top achievements
Rank 1
Answers by
Kate
Telerik team
Share this question
or