jqGrid

Version 3.4.2
Released 2009-03-01
Bug Fixes
- checkbox in CreateEl function: corrrected bug related to default value
- width in colModel can be set as either a number or a string - i.e., 200 or '200'
- fixed bug with trigger reloadGrid when we use a tree grid. Previously, the tree grid did not refresh
- setSelection method can now support dotted names as an id
- fixed width for select elements in form editing
- formedit, celledit and inline edit now support dotted names
- fixed bug in formatter when default values for number, integer and date types are taken from the language file
- fixed bug in subgrid as grid and inline edit when the subgrid has an id the same as that of the currently edited row in the parent
- fix to cell edit when we post data containing <, >, or "
Additions & Changes
- Added parameter deselectAfterSort (boolean, default true) to the basic grid: this option is applicable only when we use datatype : local. Deselects currently-selected row(s) when a sort is applied.
- Added parameter closeAfterSearch (boolean, default false) in searchGrid: closes the dialog after we have clicked on the search button (and performed the search).
- Added event subGridBeforeExpand in subgrid: when set, this event should return true or false. The event is raised just before expanding the grid. If it returns false the subgrid row is not expanded and the subgrid is not opened.
- Changed the behaviour of subGridRowColapsed: the behaviour is now similar to that of subGridBeforeExpand. The event should return true or false. When the returned value is false the row can not be collapsed.
- Added parameter addParam (string) to formatter for showlink type: when set, this is added at end of the link.
- Added parameter ExpandColClick (boolean, default true) to tree grid: when true, the tree is expanded and/or collapsed when we click on the text of the expanded column, not only on the image
Last Updated: 4/24/2009 |
© Tony's jqGrid - a jQuery Plugin, 2010