jqGrid 4.3.3
Hello All,
This is the third bug fix release of jqGrid 4.3.
This version fixes some critical bugs. Users using Chromium browser 19 and up should upgrade to this version.
Refer in the GitHub for the fixes of 4.3.3 version
Enjoy
jqGrid Team
Thank you!
thanks in advance 🙂
~kangmasjuqi
Thanx!) Removing hotfix for Chrome 🙂
Thanks for your work!!!
i need it.thanks very much.
YESSSSSSS =)
Hi.
A Question. When the full demo 4.3 will be available?
Great, but maybe one more thing for chrome fix. When resizing horizontally while column grouping is there, I think it is still buggy with misaligned column width between the header and rows.
thanks
I’m still seeing the chrome problem
@Micah
Found the issue. I had this in my css:
.ui-jqgrid table {
border-collapse: collapse;
}
Removing that fixed it.
Thanks
Typo bug. In line 6023: $jgrid change to $.jgrid
issue with IE8 (IE9 in compatibiliy mode) : IE freeezes.
thank
I’m using tabs to show two jqgrids. The first is OK, but in the second jqgrid I have no horizontal scroll. So, if I replace the second jqgrid to the first tabs, horizontal scroll shows. Both jqgrids have the same css-styles and code:
datatype: ‘json’,
sortname: ‘srok’,
sortorder: ‘asc’,
height:500,
rowNum: 100,
toppager: true,
rownumbers: true,
shrinkToFit: false,
autowidth: true,
checkOnSubmit: true,
headertitles:true
What’s wrong?