Guriddo jqGrid JavaScript 4.8 is released.
Hello All,
I’m quite happy to inform you that the new 4.8 version of Guriddo jqGrid is out.
For a full list of changes, please read this blog post on our new site.
Enjoy the new version
Kind Regards,
Guriddo Team
[HTML1]
IE works fine, chrome in 4.8.0 and 4.8.2 gives
Cannot read property ‘decimalSeparator’ of undefined. – jquery.jqGrid.src.js:12898
var sDecimalSeparator = opts.decimalSeparator || “.”;
Uncaught TypeError: Cannot read property ‘decimalSeparator’ of undefinedjquery.jqGrid.src.js:12898 $.fmatter.util.NumberFormatjquery.jqGrid.src.js:2114 $.fn.jqGrid.each.updatepagerjquery.jqGrid.src.js:1612 $.fn.jqGrid.each.addXmlDatajquery.jqGrid.src.js:2241 $.fn.jqGrid.each.$.ajax.$.extend.successjquery-1.11.0.min.js:2 n.Callbacks.jjquery-1.11.0.min.js:2 n.Callbacks.k.fireWithjquery-1.11.0.min.js:4 xjquery-1.11.0.min.js:4 n.ajaxTransport.send.b
Whose fault is this – maybe mine?
Thanks!
@Andrew
I have the same problem. Did you succeed in resolving it?
Hi Romain,
Do you use localization? Problem seems to disappear when I use grid.locale-en.js instead of grid.locale-ru.js.
Hello,
Please read the release notes here: http://guriddo.net/?p=123585
To load your own language file you will need to setup the regional parameter in the grid.
Let suppose that default language file should be grid.locale-cn.js, then in grid it is needed to do this:
$("#jqGrid").jqGrid({
...
regional : 'cn',
...
});
@admin
Thanks, works now.
@admin
But why wiki:Options does not describe “regional”? Where in docs is it described?
@admin
Perfect, it works fine. Thank you very much!