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
920
igGrid - IE8 Issue
posted

Hi,

We're using igGrid populating with jQuery JSON on our web application, which is working fine with IE10 and Firefox. But we come across a problem with IE8 issue, when double clicking on the grid on an existing record (edit mode) the "Done" & "Cancel" command popup does not appear allowing the user to save the changes.

Eventually by tabbing through the fields if you scroll down or across the screen beyond visible area the command buttons can be seen. Eventually a warning message is displaying that a script running will cause IE to run slowly and do you want to stop it (image attached).

Select yes and error message closes. Changes to record was saved.

Please note, this issue relates to IE8, but works fine in IE9 and compatibility view.

Regards,

Jasdeep


Parents
No Data
Reply
  • 17559
    posted

    Hello Jasdeep,

     

    I have been looking into your issue and I am not able to reproduce the issue that you mentioned in our samples browser:

    http://ko.infragistics.com/products/jquery/sample/grid/editing

     

     

    Would you provide me with more information about the version of jQuery, jQueryUI  and our control that you use? Also would you please try to reference the Infragistics styles before the Infragistics scripts and confirm if the issue is still reproducible:

    <link href="css/themes/infragistics/infragistics.theme.css" rel="stylesheet" type="text/css" />

    <link href="css/structure/infragistics.css"  rel="stylesheet" type="text/css" />

    <script src=https://ajax.googleapis.com/ajax/libs/jquery/1.7.1/jquery.min.js type="text/javascript"></script>

    <script src="https://ajax.googleapis.com/ajax/libs/jqueryui/1.8.21/jquery-ui.min.js"  type="text/javascript"></script>

    <script src="js/infragistics.js" type="text/javascript"></script>

     

     If it is possible could you attach the code that you use when you reproduce the issue.

     

    Thanks in advance.

Children