Home > jQuery > jqGrid 4.4.1

jqGrid 4.4.1

August 28th, 2012 Leave a comment Go to comments

Hello All,

The jqGrid 4.4.1 release is out. This release fixes a lot of bugs and add support for jQuery 1.8

For the full list of changes refer to the GitHub for 4.4.1 release

Enjoy,
jqGrid Team

Tags:
  1. Maksym
    August 28th, 2012 at 20:54 | #1

    Thanks!

  2. bhavik solanki
    August 29th, 2012 at 00:42 | #2

    still i m waiting for treegrid drag and drop functionality

  3. alisa
    September 5th, 2012 at 09:12 | #3

    Freezing column not working with JQuery 1.8.1 now.

  4. pvc
    September 7th, 2012 at 21:03 | #4

    i am facing search problem in filtertoolbar and i am using jqgrid with asp.net mvc…

    Searching values are not passing to server side. please let me know, how to pass the values to server side as a parameters or other way or please give me a some examples.

  5. Shaleen
    September 10th, 2012 at 14:50 | #5

    Can you please list the fixes on this version please….

  6. Pravin
    September 12th, 2012 at 07:45 | #6

    I use grouping in jqgrid 4.4.1 version.
    I used lover version than 4.4.1, grouping is working fine, but now it is not working fine.
    I face another problem, summary is also working fine i.e. sum, avg, min, max, etc but now it is not working.
    Please help me.
    Thank

  7. maxime
    September 12th, 2012 at 18:06 | #7

    Hello.

    I would like to use your jqgrid very soon. But i am curious, will you use HTML5 with your future version of your plugin ?
    The current version doesn’t use inputs of type email, url, phone, date, color…
    Will you provide to validate an edit form (for password and password confirmation).

    Thanks.

  8. September 12th, 2012 at 21:03 | #8

    Pravin,
    News???

  9. Robertof
    September 13th, 2012 at 14:49 | #9

    I don’t see this fix:

    // Fix for custom function OnPaging when it return ‘stop’
    In jquery.jqGrid.src.js please move row 1902 before row 1899.

    //– Fix for close window of filter after reset
    Add after row 7148:
    if(p.closeAfterReset) { $.jgrid.hideModal(“#”+$.jgrid.jqID(IDs.themodal),gb:”#gbox_”+$.jgrid.jqID($t.p.id),jqm:p.jqModal,onClose: p.onClose}); }

    // http://stackoverflow.com/questions/12366396/jqgrid-multiple-grid-in-same-page-with-different-alert-box-position
    // change row 8588 to:
    var alertIDs = {themodal: ‘alertmod_’ + this.p.id, modalhead: ‘alerthd_’ + this.p.id, modalcontent: ‘alertcnt_’ + this.p.id},

    Thanks!

  10. Mark Steggles
    September 14th, 2012 at 13:18 | #10

    jqgrid 4.4.1 was making ie7 freeze and crash. Rolled back to 4.3.2 and ie7 works again now.

    I dont know what the problem was as I couldnt debug it because the browser would crash straight away.

  11. ambest
    September 19th, 2012 at 15:57 | #11

    love it…

  12. wanghao
    September 21st, 2012 at 12:11 | #12

    IE7 mode using autowidth when a scroll bar will appear.

  13. Ted
    September 21st, 2012 at 17:52 | #13

    I like your grid (and it induces me to take a look at your other products when I find I have a use for them), but might I suggest that you either make the code for your demo page (by which I mean the DDL SQL, and the data used in the demo, along with the HTML+JavaScript) available for download? That would make both reproducing the demo grids, and experimenting with them, easier and faster.

    Yes, I see the code snippets on the demo page, and can work with that, but what is missing is the definition of the tables, and the data that ought to be in those tables. I had wanted to experiment with your grouping examples, but can not find either the definition of the clients table, or the data it ought to contain. That makes setting up an experiment with my own data more challenging, and time consuming.

  14. icemank
    September 28th, 2012 at 18:55 | #14

    When is multi-column sorting coming?
    It was supposed to be in the previous release?

  15. OwlPower
    October 4th, 2012 at 18:47 | #15

    The grid is consistently crashing the IE 10 browser on Win 8. The browser completely closes with a hard crash.

    I do not have this issue if I use Chrome in Win 8 or if I run IE 10 in compatibility mode with my site.

  16. Jerry
    October 10th, 2012 at 03:37 | #16

    Search button is not function in this version. Please fix it. Thanks!

  17. Karthick Sakthivel
    October 10th, 2012 at 08:48 | #17

    In jqModal.js, there is one statement, o.style.setExpression.. The setExpression is causing an exception in IE9. In latest version also the same problem occurs. Any remedy for this?

  18. October 11th, 2012 at 17:30 | #18

    @Karthick – thanks fixed in GitHub

  19. October 19th, 2012 at 11:08 | #19

    When support jQuery UI 1.9 ?
    When release next version ?

  20. Siva
    October 25th, 2012 at 14:20 | #20

    Hi all ,
    i am new to jquery just i wanna select box validation in jqgrid please help me…..

  21. October 29th, 2012 at 22:23 | #21

    hi I have problems with afterSubmit method of jqgrid, when I call this method it does not work. help please…

    Next is an excerpt of the code

    jQuery(“#tipos_bienes”).jqGrid({
    url:’ajax/select_tipos_bienes.php’,
    datatype: ‘xml’,
    mtype: ‘GET’,
    processData: “Procesando…”,
    closeAfterAdd: true,
    reloadAfterSubmit: false,
    afterSubmit:function(){return[false, ‘todo very bad D:’];}, // here is the problem

  22. October 31st, 2012 at 16:13 | #22

    jqGrid 4.4.1

    Date to format: Tue Oct 30 12:54:22 2012
    format: formatoptions: { srcformat : ‘D M d H:i:s Y’, newformat : ‘UniversalSortableDateTime’ }

    Output: nan …

    Replace line 4998: date = String(date).split(/[\\\/:_;.,\t\T\s-]/);
    with date = String(date).split(/[\\\/:_;.,\t\s-]/);
    and the Output is correct.

    The \T was matching on Tue and removing the ‘T’ character.

  23. VIncenzo
    December 4th, 2012 at 09:08 | #23

    Looks like unable to work on jquery UI 1.9
    Any change to have a compatible version?

  24. mr.bai
    December 8th, 2012 at 17:18 | #24

    edit grid text,it not get onblur event.must be enter key.why?

  25. luowei
    December 25th, 2012 at 11:44 | #25

    Insert into treeGrid fialed ,why?

  26. reed.clarke
    January 3rd, 2013 at 14:40 | #26

    Henry Yan :
    When support jQuery UI 1.9 ?
    When release next version ?

    Any update on this?

  27. Mark
    January 7th, 2013 at 21:37 | #27

    jqgrid 4.4.1 does not appear to work with any jquery version after 1.7.2. At least the add/change/delete doesn’t seem to work. It does seem to work with the latest jqueryui 1.9.2 (if using jquery 1.7.2), but not fully tested.

    Is anyone using jqgrid with any version of jquery after 1.7.2 successfully?

  28. February 7th, 2013 at 07:10 | #28

    wow brilliant nice work i really appreciate this. keep it up.

  29. Sowmiya
    March 11th, 2013 at 09:30 | #29

    Please any one tell me how to drag n drop rows within grid?

  30. Sowmiya
    March 11th, 2013 at 09:31 | #30

    I’m new to jqgrid, so it would be grate if u give an example

  31. Sowmiya
    March 11th, 2013 at 09:32 | #31

    for drag and drop rows witin same grid

  32. Murtuza
    March 25th, 2013 at 15:22 | #32

    Hi, I have loaded data in jqGrid by Dataset. Data are getiing field in Dataset but not filled in jqGrid so please help in in filling data in jqGrid,my code is as below:

    proj.AddUserID = int.Parse(Session[“UserID”].ToString());
    proj.CompID = int.Parse(Session[“CompID”].ToString());
    DataSet ds2 = new DataSet();
    ds2 = proj.GetAllProjectsByStatusID2();
    Jqgrid1.DataSource = ds2;
    Jqgrid1.DataBind();

  33. Checkgdata
    May 9th, 2013 at 11:49 | #33

    I am facing problem in moving selected row up or down in JQgrid, I need to move rows up and down within same grid, but because of transactions( grouping) its not working. Without grouping it works fine for JQgrid :

    grouping:true,
    groupingView : {
    groupField : [‘address’],
    groupColumnShow : [false],
    groupText : [‘Address: {0} – {1} Transaction(s)‘],
    groupCollapse : false,
    groupOrder: [‘asc’],
    groupDataSorted : true
    },

    is it possible to move selected row up or down when grouping is true. can anyone share sample code to do it?

    thanks

  1. October 15th, 2012 at 21:47 | #1

Privacy Policy   Terms and Conditions   Contact Information