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
  • 24671
    posted

    Hi Dirk,

    if you are adding references manually, without using the script loader, you need to also include localization files first, for example:

    <script type="text/javascript" src="http://localhost/ig_ui13.1/js/modules/i18n/infragistics.dataSource-en.js"></script>
    <script type="text/javascript" src="http://localhost/ig_ui13.1/js/modules/i18n/infragistics.ui.grid-en.js"></script>

    Hope it helps. Thanks,

    Angel

Reply Children