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
Hi gmbart01 and Guru,
This was solved in June this year - 2013.
Is it possible for you to provide a sample which reproduces the issue and tell if it is intermittent or if it is happening all the time so I can investigate it?
I will be waiting for your feedback. Thank you in advance.
Hi,
Is this problem resolved. We are having iggrid in home page. this error is coming very consistency. Please let me know if it is resolved.
Thanks,
Guru
is this resolved?
I'm constantly getting this. On my master page I the loader.js being brought in. then on each of the pages I call the loader with the resources, but it appears that if not EVERYTHING is pulled down or it doesn't think everything is pulled down, I get the locale issue and the grids don't load. The page is just broken. I can't keep telling the users to hit refresh until all lthe grids load correctly.
There a way to tell it to ignore locale? All I care about is English.
Html.Infragistics() .Loader() .ScriptPath(Page.ResolveClientUrl("~/Scripts/Infragistics/")) .CssPath(Page.ResolveClientUrl("~/css/Infragistics/")) .Regional("en") .Locale("en") .Theme("RTT") .Resources("igDialog, igGrid, igGrid.Paging, igGrid.Sorting, igGrid.Filtering, igShared, igGrid.Hiding") .Render()
Martin,
I can't find Infragistics.ui.grid.js can you tell me where to locate?
Thanks ML
I'm trying to change my igGrid language, for this, I've tried various combinations with the scripts, but still have not managed to change it.I have it:<script src="~/Scripts/jQuery/Common/js/infragistics.js"/><script src="~/Scripts/jQuery/Common/js/infragistics.loader.js"/>
@(Html.Infragistics().Loader().LocalePath("~/Scripts/jQuery/Common/js/modeules/i18n/").CssPath("~/Scripts/jQuery/Common/CSS/") _.ScriptPath("~/Scripts/jQuery/Common/js/") _ .Locale("es").Regional("es").Resources("igGrid"))
but when I load my page, can not find the files:
/$path$/structure/modules/infragistics.ui.shared.css
infragistics.ui.grid.css
infragistics.ui.editores.css
insfragistics.ui.validator.css
/$path$/modules/infragistics.util.js
I do not understand what happens.
I try to put the value of the path variable, but are only CSSpath and ScriptsPath.
Thanks in Advanced.
Best Regards.
Elena Guillén