jqGrid 4.6.0
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
Really, really great stuff!! You keep delivering the best grid plugin, release after release!
Really great news! jqGrid rocks!
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”?!!
@serhio
You are right. It will be fixed in the next bugfix release very soon.
Thanks.
Tony
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?
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
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}
);
Will jqGrid support in-line editing of data when in pivot mode? How do I implement this?
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…
Looks like a file may be misspelled:
css/ui.jqgrid-bootstarp.css
Should this be
css/ui.jqgrid-bootstrap.css ?
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
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)
Hi,
I have a doubt in jqGrid. How to export excel in jqGrid in the version of jQuery 4.6
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.
@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.
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
Is jQuery jqGrid 4.6.0 a licensed version.
Could you confirm if jQuery jqGrid 4.6.0 is a licensed version or free one.
@Priyadarshini
Have you find solution? If yes, please could you share with your experience))
From where we can download the jqgrid 5.6.0?