jqGrid 4.5.4
Hello All,
Today we released jqGrid 4.5.4. This is a bug fix release.
We have fixed a lot of bugs and added small improvements.
This technology is used to create Iphone poker mobile games where Ios is so advanced when playing mobile iphone poker games using Iphone or Ipad. The most important fix is that we have fixed a bug which breaks working jqGrid in iOS7.
The list of changes and fixes is available in our jqGrid Wiki Page .
Enjoy,
jqGrid Team
When will the list of fixes be posted want to see what has changed.
Hello…
The translation’s files do not contains text for search options “is null” and “is not null”
Thanks for the release!
I use jqgrid in my web application. Using iOS 7, when I select all rows in a jqgrid table and try to save my edits into the database, it doesn’t save. If I just edit one row and then save and then edit another row – basically if I edit one row at a time – then it works. Just multiple row editing doesn’t work. And it only doens’t work on iOS 7.
I have already seen this post: http://www.trirand.net/forum/default.aspx?g=posts&m=13688 and I have updated my jqgrid to the latest release (4.5.4) and I am still having this same problem on iOS 7.
Can anyone help me?
Conflicts with Bootstrap V3.0
I am using JQGrid and in JQGrid1_CellBinding event I am changing the Cell HTML of the Cell.But When I am Exporting Old Data is exported not Updated Data(Which I have updated in Cellbinding). Please Help me.CryCryCry
I really love this project. Thank you very much.
Hi,
Could you minify it in github?
Thanks!
1. jqGrid Version 4.5.4
2. JQuery Version 1.9.0 (included in jqGrid Zip File)
3. Chrome Version 31.0.1650.48 m
There is a Problem in Jquery : event.returnValue is deprecated. Please use the standard event.preventDefault() instead. http://bugs.jquery.com/ticket/14320
Replace the following code (JQuery 2.x version) => remove src.returnValue
// Events bubbling up the document may have been marked as prevented
// by a handler lower down the tree; reflect the correct value.
this.isDefaultPrevented = (src.defaultPrevented ||
src.getPreventDefault && src.getPreventDefault()) ? returnTrue : returnFalse;
can work for me
Hi,
Thanks for the release.
The translation file does not contain text for “Clear Search Value”.
There’s a security issue reported by HP Fortify:
jquery.jqGrid.min4.5.4.js line 415 (Dynamic Code Evaluation: Code Injection)
Fortify Priority: Critical
Kingdom: Input Validation and Representation
I remove “c.p.selrow=c.rows[d].id;” from line 415 and passed the security scan, but I don’t think it is a good idea. Could you fix it in the future version? Thanks.
will there be any updates are releases on this plugin? is this the best grid solution on the Open market?
This update broke PDF exporting while using PHP. Call for a missing array index ‘hidden’.