I am using telerik RadCombobox in my solution (in .net 3.5 framework). The autofilter feature of radcombobox is not working in IE9.
On all the older versions of IE, the same is working fine.
The script used for the telerik combobox is as follows:
<
telerik:RadComboBox ID="ddlMyddl" runat="server" Width="400px" Height="150px"
EmptyMessage="error" EnableLoadOnDemand="true"
ShowMoreResultsBox="true" EnableVirtualScrolling="true" ZIndex="200000" AllowCustomText="false"
MarkFirstMatch="false" OnClientItemsRequestFailed="OnClientItemsRequestFailed"
ValidationGroup="CusValidation" OnClientSelectedIndexChanged="ValidateCus" >
<WebServiceSettings Method="GetPersonnel" Path="~/Mark/Mark.aspx" />
</telerik:RadComboBox>
Can anyone help me with this isue.