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
681
Compatibiltiy of Infragistics controls with Safari
posted

Hi,

           I'm using the infragistics controls in my project especially UltraweGrid and Webcombo. The application works fine with IE and Mozilla browsers.But when I use the apllication in Safari browser, (For any click/event) I'm getting this this fuzzy error as follows.

Do the Infragistic controls have compatibility over the browser? 

Can u plz Resolve this error ?

 

Index was outside the bounds of the array.

Description: An unhandled exception occurred during the execution of the current web request. Please review the stack trace for more information about the error and where it originated in the code. 

Exception Details: System.IndexOutOfRangeException: Index was outside the bounds of the array.

Source Error: 

An unhandled exception was generated during the execution of the current web request. Information regarding the origin and location of the exception can be identified using the exception stack trace below.

Stack Trace: 

[IndexOutOfRangeException: Index was outside the bounds of the array.]
   Infragistics.WebUI.WebCombo.WebCombo.LoadPostData(String postDataKey, NameValueCollection values) +611
   System.Web.UI.Page.ProcessPostData(NameValueCollection postData, Boolean fBeforeLoad) +611
   System.Web.UI.Page.ProcessRequestMain(Boolean includeStagesBeforeAsyncPoint, Boolean includeStagesAfterAsyncPoint) +2877


Version Information: Microsoft .NET Framework Version:2.0.50727.3053; ASP.NET Version:2.0.50727.3053

Parents Reply
  • 681
    posted in reply to [Infragistics] Murtaza Abdeali

    Hi,

    Thanks for ur immediate reply.

    I couldnot find any information about the supported environment in the page given by you: https://es.infragistics.com/support/supported-environments

    with the full list of the controls and the browsers they're supported in... 

    1) So the non-aikido controls (UWG , Ultraweb combo etc etc) are not compatible in Safari for sure as you stated... I also need the other browsers in which these controls are not compatible...

    <<As this being the web application, I need those controls to be compatible with main browsers like IE, FF , Safari and Opera>>

    So what could be the solution for my problem ??? 

    2)

    Do I've to migrate to the Aikido Framework moving from

    ->from UWG to WebDataGrid... and

    ->from WebCombo to WebDropDown...

    Could this be the only solution.........??

    3)

    I'm using few other Infragistics Controls also in my application **which would not come under the Aikido framework**

    As the application is developed almost... I cant fully transform the application now(i.e switching to the Aikido controls for browser Compatibility) 

    So Can any Solution be available such that let me be using the current controls itself and to make those compatible with Safari without raising any Exception??

Children