Home > jQuery > jqGrid 4.4.4

jqGrid 4.4.4

January 30th, 2013 Leave a comment Go to comments

Hello All,

What a month…
We are happy to inform you that 4.4.4 version of jqGrid is out. This version support jQuery 1.9 and jQuery UI 1.10. We have fixed some issues and add some other functionality which we hope will be useful.
Please look here for a full list of changes

Enjoy
Your jqGrid Team

Tags:
  1. Mahendra
    February 1st, 2013 at 21:58 | #1

    Thanks, just great news to keep jqgrid with the latest ones. 🙂
    –Regards, Mahendra

  2. mars
    February 7th, 2013 at 06:35 | #2

    @Mahendra
    Hello Mahendra,
    error: “Microsoft JScript runtime error: ‘browser.msie’ is null or not an object”, after I upgrade to version 4.4.4. before when I use version 4.2.1, no such error.

  3. Bayu Hernanto
    February 8th, 2013 at 06:20 | #3

    It is “Script Expired”. I have downloaded it, installed it, and it is “Script Expired”.

  4. Bayu Hernanto
    February 8th, 2013 at 06:28 | #4

    I mean, it is for jqSuite 4.4.4.0 @Bayu Hernanto

  5. February 8th, 2013 at 15:30 | #5

    @Bayu Hernanto,

    Please post your problem in http://www.trirand.net/forum

    Regards

  6. February 8th, 2013 at 19:40 | #6

    Mahendra :Thanks, just great news to keep jqgrid with the latest ones. –Regards, Mahendra

  7. Mike
    February 12th, 2013 at 22:49 | #7

    Has multi-sorting been added yet? I see multi-grouping has which is awesome.

  8. Alex Nguyen
    February 15th, 2013 at 06:04 | #8

    I have just upgraded to version 4.4.4
    eh… Header grouping doesn’t work
    anyone can help me

  9. February 20th, 2013 at 01:22 | #9

    Hi –

    I’m using the latest version of the jqgrid 4.4.4 in a modal dialog and when in edit mode the textarea and text input will not allow me to enter data.

    Please advise.

    Thanks,
    Joe

  10. February 20th, 2013 at 04:42 | #10

    Hi –

    I have a jqueryUI 10.0.1 dialog with a jqgrid 4.4.4 on it. The edit mode will not allow me to enter data. Please advise?

    Thanks,
    Joe

  11. Cindy
    February 27th, 2013 at 00:00 | #11

    awesome news! thanks for the upgrade.

  12. Paul Phillips
    February 28th, 2013 at 16:31 | #12

    Hi,

    I had an issue with inline navigator editing (jqGrid 4.4.4). The page, on save and cancel rowedit was complaining about $t.p.savedRow[0].id was undefined. Changing the source to

    if (!t.p.savedRow) {t.p.savedRow = [];}

    on line 2811 (resetSelection function) solved this issue.

    Hope this helps,

    Paul

  13. March 27th, 2013 at 15:16 | #13

    thank U, jqGrid Team.

  14. Artyom Pokatilov
    March 30th, 2013 at 22:10 | #14

    Hi, guys.

    I found and fixed one minor bug in jqGrid-4.4.4, you can see details on StackOverflow:
    http://stackoverflow.com/questions/9203917/jqgrid-dragging-a-row-to-sort-it-screws-up-cell-widths

    I also forked jqGrid project on GitHub and created pull request:
    https://github.com/tonytomov/jqGrid/pull/441

    Hope this helps,
    Artyom.

  15. Rami Kellesly
    April 1st, 2013 at 12:38 | #15

    Thank you for very good grid but I’m facing big problem to figure out what i Should put in php to achive adding,editing and saving and searching i search alot in examples and google and I didn’t figure out how?
    So could you please put a full example for that I’ll be very appericiate about it.

  16. cecilia.song
    April 2nd, 2013 at 11:11 | #16

    Thank alots.. ^^
    download..

  17. April 3rd, 2013 at 19:41 | #17

    thanks good grid.

  18. kevin
    April 4th, 2013 at 22:58 | #18

    Thanks for the update. Having multi-columns sorting is a big deal to me. Looking forwards to the next release.

  19. cdkeito
    April 4th, 2013 at 23:08 | #19

    There is a bug here:
    on groupingToggle (collapse)
    while(r) {
    if( $(r).hasClass(uid+”_”+String(num) ) || $(r).hasClass(uid+”_”+String(num-1))) { break; }
    $(r).hide();
    r = r.nextSibling;
    }

    the IF is wrong, it’ll work only with 1 level grouping. Similar issue just a few lines above this (didn’t check yet expand).

    Another problem is with “expand”: example a 3 levels grouping, starting expanded;
    collapse some lv 2, some lv 1, now collapse a lv 0. If you expand this lv 0, you’ll get all sublevels expanded.

    Another problem, maybe simpler, is that you can’t search on a column hidden at start (because it’s used in the grouping).

    Thanks.
    Hoping this help.

  20. kk
    April 8th, 2013 at 05:58 | #20

    good grid.

  21. Roscoe
    April 8th, 2013 at 21:37 | #21

    Hi there,

    I updated to this version of the jqgrid and I’m having an issue with searching and popup mechanism. when I press search on the grid I get in the javascript an error saying “Uncaught TypeError: Cannot read property ‘postData’ of undefined”

    I’m guessing same issue as below with the difference that I’m using 1.9.1 jquery version
    http://stackoverflow.com/questions/15749371/jqgrid-4-4-4-and-jquery-1-7-1-search-on-navgrid-error

    Any idea what could be wrong here?
    Thx.

  22. sufyan2013
    May 24th, 2013 at 18:09 | #22

    http://www.trirand.net/demoaspnet.aspx

    Sorting is totally disturbed and that what I exactly need, can anybody please help?

  23. Shankar
    March 9th, 2017 at 09:15 | #23

    Hi, we are using it.But we are facing the height issue with popup window.we cant do adjust automatically to any screen(Desktops). There are some inline styles overwriting my css (i did modified some). How can we do..?

  1. No trackbacks yet.

Privacy Policy   Terms and Conditions   Contact Information