jqGrid 4.4.4
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
Thanks, just great news to keep jqgrid with the latest ones. 🙂
–Regards, Mahendra
@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.
It is “Script Expired”. I have downloaded it, installed it, and it is “Script Expired”.
I mean, it is for jqSuite 4.4.4.0 @Bayu Hernanto
@Bayu Hernanto,
Please post your problem in http://www.trirand.net/forum
Regards
Has multi-sorting been added yet? I see multi-grouping has which is awesome.
I have just upgraded to version 4.4.4
eh… Header grouping doesn’t work
anyone can help me
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
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
awesome news! thanks for the upgrade.
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
thank U, jqGrid Team.
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.
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.
Thank alots.. ^^
download..
thanks good grid.
Thanks for the update. Having multi-columns sorting is a big deal to me. Looking forwards to the next release.
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.
good grid.
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.
http://www.trirand.net/demoaspnet.aspx
Sorting is totally disturbed and that what I exactly need, can anybody please help?
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..?