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>

 

Parents
No Data
Reply
  • 2501
    posted

    Hello Stavros,

    This issue has been previously reported and the fix is currently under review with Development.  The resolution will be made available in the a service release once Development has completed their testing.

    In the meantime, a support request has been opened for your inquiry using your account information.  Please use the following link to log onto your account at Infragistics.Com:

    <https://ko.infragistics.com/Membership/MySupport.aspx>

    Once you are logged onto your account, go to My Support Activity to view the progress of this support request.  This new support request will then be linked to the logged Development Issue.  An update will then be sent to you in your support request once this Development Issue has been resolved.

    Please let me know if you have any questions regarding this matter. 

    Thank you.

    Sincerely,
    Mike D.
    Developer Support Engineer
    Infragistics
    www.infragistics.com/support

Children