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"
Thank you
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