Home > jQuery > Guriddo jqGrid JavaScript 4.8 is released.

Guriddo jqGrid JavaScript 4.8 is released.

March 20th, 2015 Leave a comment Go to comments

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

Tags:
  1. Andrew
    March 29th, 2015 at 12:06 | #1

    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!

  2. Romain
    March 30th, 2015 at 16:52 | #2

    @Andrew
    I have the same problem. Did you succeed in resolving it?

  3. Andrew
    March 30th, 2015 at 18:07 | #3

    Hi Romain,

    Do you use localization? Problem seems to disappear when I use grid.locale-en.js instead of grid.locale-ru.js.

  4. March 30th, 2015 at 18:11 | #4

    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',
    ...
    });

  5. Andrew
    March 30th, 2015 at 18:15 | #5

    @admin
    Thanks, works now.

  6. Andrew
    March 30th, 2015 at 19:19 | #6

    @admin
    But why wiki:Options does not describe “regional”? Where in docs is it described?

  7. Romain
    April 3rd, 2015 at 11:45 | #7

    @admin
    Perfect, it works fine. Thank you very much!

  1. No trackbacks yet.

Privacy Policy   Terms and Conditions   Contact Information