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
1015
Random JS Error: Unable to get value of the property 'locale'
posted

Any ideas on what could be causing this random JavaScript error?  I'm using 12.2.20122.1021 and jQuery 1.8.3.

Unhandled exception at line 18, column 85 in http://localhost:3000/scripts/modules/infragistics.ui.grid.sorting.js

0x800a138f - Microsoft JScript runtime error: Unable to get value of the property 'locale': object is null or undefined

Parents
No Data
Reply
  • 23953
    Verified Answer
    Offline posted

    Hi Dirk,

    Infragistics loader injects scripts with async attribute and since the error you mention is from Microsoft's browser then you should be experiencing the issue under IE 10 (Async attribute is implemented in  IE 10. Ref: https://developer.mozilla.org/en-US/docs/HTML/Element/script). The issue is very rarely experienced in other browsers supporting async attribute.

    I logged this as a bug with #130831 in our internal tracking system. A support case is created on your behalf with number CAS-108462-M9X0Q7, so that you can be notified when the bug is fixed. You can find your active cases under Account - Support Activity in our website. Select your ticket and go to Development Issues tab to view the status of related bugs.

    As a temporary fix you should reference igGrid files manually.

    P.S.: About the locales … For the Ignite UI English installer English locales (for the grid and its features) are built into infragistics.ui.grid.js. You can verify that by looking into the file. On line 9 you should see the localizations.

    Hope this helps,
    Martin Pavlov
    Infragistics, Inc.

Children