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

RadComboBox down arrow in IE8

1 Answer 75 Views
ComboBox
This is a migrated thread and some comments may be shown as answers.
Ishraq
Top achievements
Rank 1
Ishraq asked on 06 Sep 2012, 10:12 AM
Hi,

I'm using Telerik.Web.UI.dll version 2011.1.315.35 to use the RadCombo box. It works fine with IE9 but when used in IE8 the dropdown arrow is not triggering the loadondemand event. Below, code snippet used.

<telerik:RadComboBox ID="RadComboBox1" runat="server" height="300px" width="236px" showtoggleimage="false"dropdownwidth="254px" emptymessage="Enter Keywords here..." highlighttemplateditems="true" enableembeddedbasestylesheet="false"

enableloadondemand="true" filter="StartsWith" onitemsrequested="RadComboBox1_ItemsRequested"

showdropdownontextboxclick="false" showmoreresultsbox="true">


Thank you

1 Answer, 1 is accepted

Sort by
0
Ivana
Telerik team
answered on 06 Sep 2012, 01:16 PM
Hi Ishraq,

What exactly is the scenario that you are trying to achieve? Since you have set the ShowToggleImage to 'false', there should be no drop-down image displayed on the right side of the input area of the control. You have also set the ShowDropDownOnTextboxClick property to 'false' so no request for items will be initiated to the server since the drop-down will not open at all. You will be allowed to initiate a request to the server only if you type something in the input area.

If you, however, need to use the RadComboBox as an auto-complete control you may consider the RadAutoCompleteBox -- newly introduced RadControl for ASP.NET AJAX. The online demos for the RadAutoCompleteBox ca be found at the following link:
http://demos.telerik.com/aspnet-ajax/autocompletebox/examples/default/defaultcs.aspx.

I hope this will help.

Regards,
Ivana
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
Ishraq
Top achievements
Rank 1
Answers by
Ivana
Telerik team
Share this question
or