You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
[](https://www.npmjs.com/package/free-jqgrid) [](http://bower.io/search/?q=free-jqgrid) [](https://www.nuget.org/packages/free-jqGrid/) [](http://search.maven.org/#search%7Cga%7C1%7Cfree-jqgrid)<br>[](https://github.com/free-jqgrid/jqGrid/compare/v4.7.0...master)  [](https://github.com/free-jqgrid/jqGrid/watchers)[](https://github.com/free-jqgrid/jqGrid/network)[](https://github.com/free-jqgrid/jqGrid/stargazers)  [](https://github.com/free-jqgrid/jqGrid/blob/master/LICENSE.md)
3
3
---
4
4
jqGrid is a popular jQuery Plugin for displaying and editing data in tabular form. It has some other more sophisticated features, like subgrids, TreeGrids, grouping and so on.
5
5
6
6
jqGrid was developed originally by [Tony Tomov](https://github.com/tonytomov) and it was available under MIT/GPL-licenses till the version 4.7.0 published Dec 8, 2014 (see [here](https://github.com/tonytomov/jqGrid/tree/v4.7.0)). Short time after that the license agreement was changed (see <ahref="https://github.com/tonytomov/jqGrid/commit/1b2cb55c93ee8b279f15a3faf5a2f82a98da3b4c">here</a>) and new 4.7.1 version was <ahref="https://github.com/tonytomov/jqGrid/tree/v4.7.1">published</a>.
7
7
8
8
The code from the GitHib repository is the fork of jqGrid 4.7.0 - the latest version available under MIT/GPL-licenses. It will be provided under MIT/GPL-licenses.
9
9
10
-
Below you can find short description of minor new features and the bug fixes implemented in free jqGrid 4.13.3 (compared with version 4.13.2). The version is developed by [Oleg Kiriljuk](https://github.com/OlegKi), alias [Oleg](http://stackoverflow.com/users/315935/oleg) on the stackoverflow and [OlegK](http://www.trirand.com/blog/?page_id=393) on trirand forum.
10
+
Below you can find short description of minor new features and the bug fixes implemented in free jqGrid 4.13.4 (compared with version 4.13.3). The version is developed by [Oleg Kiriljuk](https://github.com/OlegKi), alias [Oleg](http://stackoverflow.com/users/315935/oleg) on the stackoverflow and [OlegK](http://www.trirand.com/blog/?page_id=393) on trirand forum.
11
11
12
12
Read [Wiki](https://github.com/free-jqgrid/jqGrid/wiki) for more detailed information about the features of free-jqGrid. The preliminary version of the documentation can be found [here](http://free-jqgrid.github.io/).
13
13
@@ -19,15 +19,15 @@ The package is published on [WebJars](http://www.webjars.org/) too and it's depl
19
19
20
20
Free jqGrid is is available from [jsDelivr CDN](http://www.jsdelivr.com/#!free-jqgrid) and [cdnjs](https://cdnjs.com/libraries/free-jqgrid). Thus one can use it directly from Internet by including for example the URLs like
**The locale file is optional**. One can, but one don't need to include `grid.locale-en.min.js`, because the same information is already included in the `jquery.jqgrid.min.js` (or `jquery.jqgrid.src.js`).
33
33
@@ -39,24 +39,26 @@ If somebody want to test the *latest* version of free jqGrid, one can load it di
39
39
```
40
40
All other language files and plugins are available from CDN too. See [the wiki article](https://github.com/free-jqgrid/jqGrid/wiki/Access-free-jqGrid-from-different-CDNs) for more details about the usage of free jqGrid from CDNs and RawGit.
41
41
42
-
Remark: the above URLs will be available **after publishing** the release of the version of 4.13.3.
42
+
Remark: the above URLs will be available **after publishing** the release of the version of 4.13.4.
43
43
44
-
### Below one can see the full list of changes in the version 4.13.3 compared with 4.13.2:
44
+
### Below one can see the full list of changes in the version 4.13.4 compared with 4.13.3:
45
45
46
-
* Bug fix in `filterToolbar` in case of usage legacy (`stringResult: false`) searching mode.
47
-
* Bug fix makes `setGroupHeaders` correct working if the grid is inside of hidden div (for example, inactive jQuery UI Tab).
48
-
* Extending `newGroup` parameter of `summaryType` of data grouping. The property `keys` is added to `newGroup` parameter of the callback function `summaryType` of grouping. See [the issue](https://github.com/free-jqgrid/jqGrid/issues/227) for more details.
49
-
* Bug fix of `showHideCol` to correctly process working with multiple grids.
50
-
* Improve the compatibility to old jqGrid in processing of XML input data which has no `id` attributes.
51
-
* Bug fix in CSS of legacy/simplified subgrids.
52
-
* Bug fix in highlighting of selected cells during cell editing.
53
-
* Add new `displayErrorMessage` method, which simplifies placing custom error information in the error div.
54
-
* Add support of frozen columns in `columnChooser`, `remapColumns`, `showCol`, `hideCol`, `showHideCol`. One can use `notSkipFrozen: true` to allow hiding/showing frozen columns. For example, `$(this).jqGrid("columnChooser", {notSkipFrozen: true});`.
55
-
* Bug fix in `sortableRows`. The bug exist in all free jqGrid in versions between version 4.10.0 and 4.13.2.
56
-
* Add callback function `summaryFormat` to `colModel` items. The callback will be used in grouping data.
46
+
* Add support on `IN` operation for local searching. The values should be comma separated.
47
+
* Bug fix initializing of `currentFilters` variable to {}. It's used in `filterToolbar`. The fix is important in case of usage `loadFilterDefaults: false` option of `filterToolbar`.
48
+
* Bug fix of idents in Searching Dialog in case of usage `overlay: 0` searching option.
49
+
* Add `mode` and `rowid` properties in the options of `selectFilled` callback and `jqGridSelectFilled` event.
50
+
* Bug fix: prevent id duplicates in `navButtonAdd` if id option is specified and there are more as one navigation bar (both `pager` and `toppager` are set).
51
+
* Bug fix of `selected` option in Chrome/Firefox in `filterToolbar` if `searchoptions.noFilterText` is used.
52
+
* Bug fix in `searchGrid` (Advanced Searching Dialog) to make `showQuery: true` option correctly working.
53
+
* Bug fix of `edittype: "select"` element selection by text or value (if text and values are different, but no `formatter: "select"` are used).
54
+
* Makes searching filter (created by `filterToolbar`) more compliant to WAI-ARIA 1.1 and WCAG 2.0 standards.
55
+
* Add the usage of `$.jgrid.defaults.fatalError` instead of `alert` over the whole code (the mothod `$.jgrid.defaults.fatalError` can be replaced to any custom implementation).
56
+
* Add `summary` parameter in `summaryFormat` callback used for data grouping. See [the issue](https://github.com/free-jqgrid/jqGrid/issues/232) for more detailes.
57
+
* Increases the value of the `size` attribute of the pager `<input>` based on the pager value. It improves the vivibility of the pager input if the total number of pages larger as 99.
57
58
58
59
Other readmes contain the list of the features and bug fixed implemented before:
59
60
61
+
*[README4.13.3.md](https://github.com/free-jqgrid/jqGrid/blob/master/README4.13.3.md) contains the readme of free jqGrid 4.13.2.
60
62
*[README4.13.2.md](https://github.com/free-jqgrid/jqGrid/blob/master/README4.13.2.md) contains the readme of free jqGrid 4.13.2.
61
63
*[README4.13.1.md](https://github.com/free-jqgrid/jqGrid/blob/master/README4.13.1.md) contains the readme of free jqGrid 4.13.1.
62
64
*[README4.13.0.md](https://github.com/free-jqgrid/jqGrid/blob/master/README4.13.0.md) contains the readme of free jqGrid 4.13.0.
0 commit comments