Released May 19th, 2009
This is a largely a bugfix release and likely the last of the 3.4 series. It is really difficult for me to support two versions of jqGrid. All efforts are now concentrated on the 3.5 version.
Bug Fixes
- Fixed bug in setRowData where the id of the row has a value = 0
- Fixed bug in delRowData where the id of the row has value = 0
- Fixed bug in Safari when the cell value is empty and we try to edit it (inline, cell and form edit). The input always has a space instead of empty string
- Fixed bug in loading message where we have multiple grid in tabs
- Fixed bug in sorting in case of subGrid and datatype=local
- Fixed bug in sortGrid method - passed parameters to sort data function was wrong.
- Fixed various typos in filterGrid method.
- Fixed bug in searchGrid method. The evens are passed wrong to the $.isFunction function.
- Fixed bug in subgrid when the json response for the subgrid is empty
- Fixed bug in treeGrid - ExpandColClick parameter is enabled (again)
- Fixed bug in getNodeDepth in treeGrid for adjacency model
Additions & Changes
- To the onSelectAll event is passed array of the grid id’s (previous empty array) when we deselect all ids.
- Added align property in the pure subGrid. By default all are align left
- To the onRightClickRow event we pass two additional parameters: rowIndex and columnIndex , i.e. onRightClickRow( id, rowIndex, colIndex)
- added autoencode parameter - common for all editing modules. Default false. If set to true all the posted data will be html encoded
- In form editing is added parameter closeOnEscape, which can be passed to every action. By default is false. If set to true the modal is closed when Esc key is pressed.
- Added grid view mode in form edit. The name of the method is viewGridRow
- Added formoptions object where we can set different parameters to reorder the rows and columns and etc.
- Added method getFullTreeNode in treeGrid - which return all the children of the given row. Currently available only in nested set model
- Added option disabled in format options for the checkbox formatter. Default is true. If set to folse the checkboxes are editable when set with the formatter.
- Added Catalan, Bulgarian(1251) and Japanese Translations