Home > jQuery > jqGrid 4.6.0

jqGrid 4.6.0

February 20th, 2014 Leave a comment Go to comments

Hello All,

We are pleased to announce the immediate availability of our jqGrid 4.6 release. This release is HUGE. In addition to adding pivot capability to the grid, we’ve also added a lot of improvements to our grouping features, improved support for the latest jQuery releases (2.0.x and 2.1.x), provided better experience for mobile users on iOS and Android devices and fixed more than 60 bugs. Here are the highlights:

Pivot:
A pivot table is a data summarization tool found in data visualization programs such as spreadsheets or business intelligence software. Among other functions, a pivot-table can automatically sort, count total or give the average of the data stored in one table or spreadsheet. jqGrid now supports pivot mode with the following features:

  • basic pivot mode
  • grouping rows
  • grouping with summary in footer
  • frozen columns
  • many different summary values
  • searching

and many more….

We’ve added 6 different real-life pivot examples to our demos – just go to our demo page here and take a look at the “Pivot” tab at the bottom – of the demo

Grouping:
Frozen columns are now supported in grouping mode.

Localization:
Updates and fixes for Chinese, Hungarian, Taiwanese, Portuguese localizations.

jQuery:
We addressed several issues regarding support of the newest jQuery versions both from the 1.x and 2.x branches. It is highly recommended that you upgrade to this version if you wish to have the best interoperability with the latest jQuery and jQuery UI releases. Example of jqGrid.Mobile can be found in Android casino games where this technology is used to design Android casino games for websites such as this http://www.androidcasinosites.net/.

Browser support:
We’ve addressed several issues, mainly related to to IE11 and mobile browsers (iOS and Android). It is highly recommend that you upgrade to this version if you wish to have the best cross browser support

Bug Fixes:
More than 60 bugs reported by our customers have been addressed.
The complete log of bug fixes can be found here

Tags:
  1. Vlad
    February 21st, 2014 at 00:20 | #1

    Really, really great stuff!! You keep delivering the best grid plugin, release after release!

  2. Rich
    February 25th, 2014 at 20:09 | #2

    Really great news! jqGrid rocks!

  3. serhio
    February 27th, 2014 at 12:34 | #3

    Why does the “jquery.jqGrid.src.js” is named like this?
    I can’t use the bundling default option in Visual Studio when working on the MVC projects. Because the rule to the minified file is to replace the “.js” with “.min.js”

    When we replace the “jquery.jqGrid.src.js” whe should obtain “jquery.jqGrid.src.min.js” and not “jquery.jqGrid.min.js”?!!

  4. February 27th, 2014 at 14:10 | #4

    @serhio

    You are right. It will be fixed in the next bugfix release very soon.
    Thanks.

    Tony

  5. April 4th, 2014 at 11:13 | #5

    editGridRow 4.6

    closeAfterAdd true

    if “reloadAfterSubmit false ”
    then
    ” rp_ge[$t.p.id].closeAfterAdd ” is undefined
    and next “rp_ge[$t.p.id].afterComplete” don’t run
    why?

  6. VietNguyen
    April 12th, 2014 at 13:14 | #6

    Hi, i’m using pivot grid and have problem: my grid have some remove column.(image here )
    How to fix it?
    Thanks
    http://tinyurl.com/k6w8hkl

  7. Mauroya33
    April 16th, 2014 at 21:40 | #7

    I have a problem with delete options in “navGrid” not sending data form with deldata

    My code is
    $(“#lstDetalleObj”).jqGrid(‘navGrid’,’#pagNavlstDetalleObj’,{},
    {
    {
    //edit options
    width:”auto”,
    url: ‘proc_cae_grabado.asp’,
    data: $(“#pagNavlstDetalleObj”).serialize(),
    mtype:’POST’,
    addCaption: “Mantenedor CAE – Agregar Registro”,
    editCaption: “Mantenedor CAE – Editar Registro”,
    bSubmit: “Grabar”,
    bCancel: “Cancelar”,
    bClose: “Cerrar”,
    saveData: “LOS DATOS HAN CAMBIADO!!! .. Desea guardar..?”,
    bYes : “Si”,
    bNo : “No”,
    bExit : “Salir”,
    closeAfteradd: true,
    closeAfterEdit:true,
    checkOnSubmit : true,
    checkOnUpdate: true,
    recreateForm:true,
    reloadAfterSubmit:false,
    },
    {
    //add options
    },
    {
    //delete options
    // settings for Delete
    caption: “Pregunta Eliminar Registro”,
    width:”auto”,
    mtype: “post”,
    reloadAfterSubmit: false,
    DelData: $(“#pagNavlstDetalleObj”).serialize(),
    url: ‘proc_cae_eliminar.asp’,
    },
    {multipleSearch :true},
    {closeOnEscape:true}
    );

  8. jqGridDeveloper
    September 26th, 2014 at 20:34 | #8

    Will jqGrid support in-line editing of data when in pivot mode? How do I implement this?

  9. Prakash
    November 18th, 2014 at 13:01 | #9

    We have two identical grids using v4.6.0. Both Grids uses ‘loadonce’. First time the data is loaded in the two grids using JSON. All works fine till here. Now after drag and and drop from GRID A to Grid B, row data is dropped fine but grid pager does not refresh on both…in my case rowNum=”5″ and both grids to start of have more than 5 records. After dragging from GridA to GridB, GridB shows 6 rows of data instead of five…Grid A shows only four items though actual data in the source is more than five records…??? Am I missing something…

  10. Robin
    April 14th, 2015 at 20:08 | #10

    Looks like a file may be misspelled:
    css/ui.jqgrid-bootstarp.css

    Should this be
    css/ui.jqgrid-bootstrap.css ?

  11. Kalaiselvan Velmurugan
    February 29th, 2016 at 11:20 | #11

    Hi Development team,
    in our project we was started with 4.6.0 version of jqgrid every functionality working fine except alphanumerical sorting in client side. can you give advise or solution for these problem and major thing is we can’t able to migrate 4.6.0 to 4.7.0 because almost completed project with 4.6.0 version

  12. santhosh Kumar Gunda
    December 1st, 2016 at 15:50 | #12

    Hi Team,
    I am Getting “Uncaught TypeError: $(…).jqGrid is not a function”.so,Grid was not Rendering in the browser.How Can i solve this issue?(i already added jquery.jqGrid in my solution)

  13. Priyadarshini
    March 1st, 2018 at 12:08 | #13

    Hi,
    I have a doubt in jqGrid. How to export excel in jqGrid in the version of jQuery 4.6

  14. Anami
    May 2nd, 2018 at 11:33 | #14

    Hi,

    Do this version supports Drag n drop? If yes, Please let me know the process. I tried to drag a row from one grid to another and added
    jQuery(“#grid1”).jqGrid(‘gridDnD’,{connectWith:’#grid2′, dragcopy: ‘True’});

    But it is not working. Row is not dragging after selection.

  15. Anami
    May 4th, 2018 at 14:29 | #15

    @Prakash
    Hi Prakash, Could you please let me know the libraries and its versions. And if you can share code where you have added drag and drop. Please share. I am facing problem in adding drag and drop in jqgrid 4.6.0. I am using jquery version 1.5.1 and jquery-ui version 1.8.11.

  16. Jabed Parvej
    February 15th, 2019 at 09:14 | #16

    var ids = $(“#dataClg”).jqGrid(‘getDataIDs’); this code returning null array
    like ids=[null,null,null,null] if it have four records
    in formatter options.rowId also null please help me to find the error

  17. Kameswari
    February 20th, 2020 at 13:32 | #17

    Is jQuery jqGrid 4.6.0 a licensed version.

  18. Kameswari
    April 27th, 2020 at 06:56 | #18

    Could you confirm if jQuery jqGrid 4.6.0 is a licensed version or free one.

  19. August 18th, 2020 at 10:27 | #19

    @Priyadarshini
    Have you find solution? If yes, please could you share with your experience))

  20. Anvi
    May 3rd, 2023 at 17:23 | #20

    From where we can download the jqgrid 5.6.0?

  1. No trackbacks yet.

Privacy Policy   Terms and Conditions   Contact Information