Your Privacy Matters: We use our own and third-party cookies to improve your experience on our website. By continuing to use the website we understand that you accept their use. Cookie Policy
95
WebDropDown problem with Items in Language other than UK
posted

Hello,

I Have a WebDropDown inside an updatepanel.

 

The dropdown items is in a language other than UK (Greek)

When the user starts typing, if the item exists in the list it causes the Internet explorer to crash.

I Tried with Internet Explorer 8

In Mozila it works with no problem.

Do you have any suggestion?

thanks

<asp:UpdatePanel runat="server"
ID="UpdPanel"
ChildrenAsTriggers="False"
UpdateMode="Conditional" >
<ContentTemplate>
<ig:WebDropDown ID="cboRegions" 
runat="server"
Width="280px"
EnableAutoFiltering="Server"
EnableLoadOnDemand="true"
PageSize=20>
 <ClientEvents />
</ig:WebDropDown>
</ContentTemplate>
</
asp:UpdatePanel>