软件简介
jqGrid 是一个用来显示网格数据的jQuery插件,文档比较全面,附带中文版本。jqGrid 4.2.0 (2011年10月11日发布)包含大量的附加功能和bug修复。
Bug Fixes
Please refer to GitHub and see changes from marker 4.2.0 to 4.1.2 https://github.com/tonytomov/jqGrid/commits/v4.2.0
Additions and Changes
-
jQuery 1.6.x cmpatible
-
Added header grouping
-
idPrefix parameter in the grid to allow not have duplicate id in data row ids in case of two or more grids.
-
if the beforeRequest event return false the ajax request can be canceled.
-
Added beforeProcessing event which raises immediatley after the successed ajax request and before executing the adding new data.
-
Adding Croatian localization
-
RTL support for the new searchFilter module
-
Controlling the positions and dimensions of alert dialog - adding the following parameters in navGrid method - alertwidth, alertheight, alerttop, alertleft. alertzIndex
-
Allow user to override request method for inline edits (GET,POST) - i.e added mtype parameter
-
Support for optgroup in inline edit