Skip to content

Commit c6bc3a0

Browse files
committed
update readme to version 4.9.2
1 parent 1a051d0 commit c6bc3a0

File tree

2 files changed

+96
-27
lines changed

2 files changed

+96
-27
lines changed

README.md

+21-27
Original file line numberDiff line numberDiff line change
@@ -7,36 +7,36 @@ jqGrid was developed mostly by [Tony Tomov](https://github.com/tonytomov) in the
77

88
The code from the GitHib repository is the fork of jqGrid 4.7.0 - the latest version available under MIT/GPL-licences. It will be provided under MIT/GPL-licences.
99

10-
Below you can find short description of the bug fixes implemented in free jqGrid 4.9.1 (compared with version 4.9). 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 the bug fixes implemented in free jqGrid 4.9.0 (compared with version 4.9.1). 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.
1111

1212
Read [Wiki](https://github.com/free-jqgrid/jqGrid/wiki) for more detailed information about the features of free-jqGrid.
1313

14-
Free jqGrid can be used *for free*. You can still donate by sending money via Paypal to [email protected] with the comment "free jqGrid".
14+
Free jqGrid can be used *for free*. You can still donate by clicking on the following button [![PayPayl donate button](https://www.paypalobjects.com/webstatic/en_US/btn/btn_donate_pp_142x27.png)](https://www.paypal.com/cgi-bin/webscr?cmd=_s-xclick&hosted_button_id=JGTCBLQM2BYHG "Donate once-off to free jqGrid project using Paypal") or by by sending money via Paypal to [email protected] with the comment "free jqGrid".
1515

1616
One can install the package with respect of [bower](http://bower.io/search/?q=free-jqgrid) by using "bower install free-jqgrid", with respect of [npm](https://www.npmjs.com/package/free-jqgrid) by using "npm install free-jqgrid" or from [NuGet](https://www.nuget.org/packages/free-jqGrid) by using "Install-Package free-jqGrid".
1717

1818
The repository is included on [cdnjs](https://cdnjs.com/libraries/free-jqgrid). So one can include CSS by using
1919
```html
20-
<link rel="stylesheet" href="//cdnjs.cloudflare.com/ajax/libs/free-jqgrid/4.9.1/css/ui.jqgrid.css">
20+
<link rel="stylesheet" href="//cdnjs.cloudflare.com/ajax/libs/free-jqgrid/4.9.2/css/ui.jqgrid.css">
2121
```
2222
If you skip `http:` and `https:` prefix in the URL then the prefix of the current page will be used. In the same way you can access JavaScript files by
2323
```html
24-
<script src="//cdnjs.cloudflare.com/ajax/libs/free-jqgrid/4.9.1/js/jquery.jqgrid.min.js"></script>
24+
<script src="//cdnjs.cloudflare.com/ajax/libs/free-jqgrid/4.9.2/js/jquery.jqgrid.min.js"></script>
2525
```
2626
or
2727
```html
28-
<script src="//cdnjs.cloudflare.com/ajax/libs/free-jqgrid/4.9.1/js/jquery.jqgrid.src.js"></script>
28+
<script src="//cdnjs.cloudflare.com/ajax/libs/free-jqgrid/4.9.2/js/jquery.jqgrid.src.js"></script>
2929
```
3030
All language files are available in `js/i18n` sub-folder and plugins under `plugins` sub-folder. For example
3131
```html
32-
<script src="//cdnjs.cloudflare.com/ajax/libs/free-jqgrid/4.9.1/js/i18n/grid.locale-de.js"></script>
32+
<script src="//cdnjs.cloudflare.com/ajax/libs/free-jqgrid/4.9.2/js/i18n/grid.locale-de.js"></script>
3333
```
3434

3535
In the same way free jqGrid can be loaded from jsDelivr CDN too (see [here](http://www.jsdelivr.com/#!free-jqgrid)).
3636
```html
37-
<link rel="stylesheet" href="//cdn.jsdelivr.net/free-jqgrid/4.9.1/css/ui.jqgrid.css">
38-
<script src="//cdn.jsdelivr.net/free-jqgrid/4.9.1/js/i18n/grid.locale-de.js"></script>
39-
<script src="//cdn.jsdelivr.net/free-jqgrid/4.9.1/js/jquery.jqgrid.min.js"></script>
37+
<link rel="stylesheet" href="//cdn.jsdelivr.net/free-jqgrid/4.9.2/css/ui.jqgrid.css">
38+
<script src="//cdn.jsdelivr.net/free-jqgrid/4.9.2/js/i18n/grid.locale-de.js"></script>
39+
<script src="//cdn.jsdelivr.net/free-jqgrid/4.9.2/js/jquery.jqgrid.min.js"></script>
4040
```
4141

4242
It somebody want to test the *latest* version of free jqGrid one can load it directly from GitHib using [RawGit](http://rawgit.com/) service:
@@ -46,29 +46,23 @@ It somebody want to test the *latest* version of free jqGrid one can load it dir
4646
<script src="//rawgit.com/free-jqgrid/jqGrid/master/js/jquery.jqgrid.src.js"></script>
4747
```
4848

49-
Remark: the above URLs will be available *after* publishing the release of the version of 4.9.1
49+
Remark: the above URLs will be available *after* publishing the release of the version of 4.9.2
5050

51-
### The following bug fixes and small new features are implemented in the version 4.9.1.
51+
### The following bug fixes and small new features are implemented in the version 4.9.2.
5252

53-
* Bug fix in the usage of `editoptions.custom_value`.
54-
* `buildSelect` callback includes now `cm` and `iCol` parameters.
55-
* Bug fix in case of usage `searchoptions.dataUrl` in multiple columns and slow Ajax processing.
56-
* Fix z-index of operation menu of `filterToobar` in case of usage in dialogs.
57-
* Improving parsing of string returned by `cellattr`. One can for example set now any tooltips and the texts (including the words "style" or "title") will be not changed.
58-
* Fix problem with missing common icon class for minus in TreeGrid in case of usage custom plus icon.
59-
* Fix TreeGrid fixes for `treeGridModel: "nested"`.
60-
* New option `sortIconsBeforeText: true` is implemented which allows to place sorting icons before texts in column headers.
61-
* Update `grid.locale-fr.js`. Translation of `showhide` is included.
53+
* Bug fix in processing of `searchoptions.dataUrl`.
54+
* Fix unbinding of `jqGridBeforeSelectRow.setTreeNode`.
55+
* Many small fixes in the code to be able to use jqGrid on pages having `Content-type: application/xhtml+xml`, so that the HTML page are interpreted strictly as XML.
56+
* Bug fix the width of `formatter:"actions"` column if fontAwesomeIcons are not used.
57+
* Small improvement in top and height of column resizer.
58+
* Small improvements of compatibility with jQuery 3.0.0 alpha1. jQuery 3.0.0 alpha1 have important bugs and so only the base functionality is supported.
59+
* Improvements in compatibility with XHTML standards.
60+
* Bug fix in the call of `resizeStart` callback and `jqGridResizeStart` event.
6261
* Fix of small bug in `encodeAttr` used in `cellattr`.
63-
* Bug fix in resizing of columns and for frozen column in case of usage together with the option `direction:"rtl"`.
64-
* New property `headerTitle` which allows to specify title (tooltip) for the column header. It works with or without of the usage old `headertitles: true` option.
65-
* Bug fix in case if one use string as the value of width parameter.
66-
* Add new parameter of `getRowData` which allows to specify object with up two boolean properties: `skipHidden` and `includeId`.
67-
* Fix the problem with recreating grouping headers in `hideCol`. The problem exist in combination with jqPivot which could creates multilevel column headers.
68-
* Fix the error in calling of `getCellBuilder` for unknown string formatter (like non-existing `formatter: "string"` for example).
69-
* Fix TreeGrid to load children of nodes dynamically (`treedatatype` not equal to `"local"`).
62+
* Bug fix in using option text matching of `edittype: "select"` if value matching exist.
7063
* The plugin grid.odata.js, developed by Mark Babayev (https://github.com/mirik123, [email protected]) is updated. It provides jqGrid methods allows easy usage of free jqGrid with OData services. [The wiki article](https://github.com/free-jqgrid/jqGrid/wiki/OData-plugin-for-jqGrid) described more detailed the current version of the plugin.
7164

65+
[README491.md](https://github.com/free-jqgrid/jqGrid/blob/master/README491.md) contains the readme of free jqGrid 4.9.1.
7266
[README49.md](https://github.com/free-jqgrid/jqGrid/blob/master/README49.md) contains the readme of free jqGrid 4.9.
7367
[README48.md](https://github.com/free-jqgrid/jqGrid/blob/master/README48.md) contains the readme of free jqGrid 4.8.
7468

README491.md

+75
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,75 @@
1+
# free fork of jqGrid
2+
======
3+
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+
6+
jqGrid was developed mostly by [Tony Tomov](https://github.com/tonytomov) in the past and it was available under MIT/GPL-licences 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 <a href="https://github.com/tonytomov/jqGrid/commit/1b2cb55c93ee8b279f15a3faf5a2f82a98da3b4c">here</a>) and new 4.7.1 version was <a href="https://github.com/tonytomov/jqGrid/tree/v4.7.1">published</a>.
7+
8+
The code from the GitHib repository is the fork of jqGrid 4.7.0 - the latest version available under MIT/GPL-licences. It will be provided under MIT/GPL-licences.
9+
10+
Below you can find short description of the bug fixes implemented in free jqGrid 4.9.1 (compared with version 4.9). 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+
12+
Read [Wiki](https://github.com/free-jqgrid/jqGrid/wiki) for more detailed information about the features of free-jqGrid.
13+
14+
Free jqGrid can be used *for free*. You can still donate by sending money via Paypal to [email protected] with the comment "free jqGrid".
15+
16+
One can install the package with respect of [bower](http://bower.io/search/?q=free-jqgrid) by using "bower install free-jqgrid", with respect of [npm](https://www.npmjs.com/package/free-jqgrid) by using "npm install free-jqgrid" or from [NuGet](https://www.nuget.org/packages/free-jqGrid) by using "Install-Package free-jqGrid".
17+
18+
The repository is included on [cdnjs](https://cdnjs.com/libraries/free-jqgrid). So one can include CSS by using
19+
```html
20+
<link rel="stylesheet" href="//cdnjs.cloudflare.com/ajax/libs/free-jqgrid/4.9.1/css/ui.jqgrid.css">
21+
```
22+
If you skip `http:` and `https:` prefix in the URL then the prefix of the current page will be used. In the same way you can access JavaScript files by
23+
```html
24+
<script src="//cdnjs.cloudflare.com/ajax/libs/free-jqgrid/4.9.1/js/jquery.jqgrid.min.js"></script>
25+
```
26+
or
27+
```html
28+
<script src="//cdnjs.cloudflare.com/ajax/libs/free-jqgrid/4.9.1/js/jquery.jqgrid.src.js"></script>
29+
```
30+
All language files are available in `js/i18n` sub-folder and plugins under `plugins` sub-folder. For example
31+
```html
32+
<script src="//cdnjs.cloudflare.com/ajax/libs/free-jqgrid/4.9.1/js/i18n/grid.locale-de.js"></script>
33+
```
34+
35+
In the same way free jqGrid can be loaded from jsDelivr CDN too (see [here](http://www.jsdelivr.com/#!free-jqgrid)).
36+
```html
37+
<link rel="stylesheet" href="//cdn.jsdelivr.net/free-jqgrid/4.9.1/css/ui.jqgrid.css">
38+
<script src="//cdn.jsdelivr.net/free-jqgrid/4.9.1/js/i18n/grid.locale-de.js"></script>
39+
<script src="//cdn.jsdelivr.net/free-jqgrid/4.9.1/js/jquery.jqgrid.min.js"></script>
40+
```
41+
42+
It somebody want to test the *latest* version of free jqGrid one can load it directly from GitHib using [RawGit](http://rawgit.com/) service:
43+
```html
44+
<link rel="stylesheet" href="//rawgit.com/free-jqgrid/jqGrid/master/css/ui.jqgrid.css">
45+
<script src="//rawgit.com/free-jqgrid/jqGrid/master/js/i18n/grid.locale-de.js"></script>
46+
<script src="//rawgit.com/free-jqgrid/jqGrid/master/js/jquery.jqgrid.src.js"></script>
47+
```
48+
49+
Remark: the above URLs will be available *after* publishing the release of the version of 4.9.1
50+
51+
### The following bug fixes and small new features are implemented in the version 4.9.1.
52+
53+
* Bug fix in the usage of `editoptions.custom_value`.
54+
* `buildSelect` callback includes now `cm` and `iCol` parameters.
55+
* Bug fix in case of usage `searchoptions.dataUrl` in multiple columns and slow Ajax processing.
56+
* Fix z-index of operation menu of `filterToobar` in case of usage in dialogs.
57+
* Improving parsing of string returned by `cellattr`. One can for example set now any tooltips and the texts (including the words "style" or "title") will be not changed.
58+
* Fix problem with missing common icon class for minus in TreeGrid in case of usage custom plus icon.
59+
* Fix TreeGrid fixes for `treeGridModel: "nested"`.
60+
* New option `sortIconsBeforeText: true` is implemented which allows to place sorting icons before texts in column headers.
61+
* Update `grid.locale-fr.js`. Translation of `showhide` is included.
62+
* Fix of small bug in `encodeAttr` used in `cellattr`.
63+
* Bug fix in resizing of columns and for frozen column in case of usage together with the option `direction:"rtl"`.
64+
* New property `headerTitle` which allows to specify title (tooltip) for the column header. It works with or without of the usage old `headertitles: true` option.
65+
* Bug fix in case if one use string as the value of width parameter.
66+
* Add new parameter of `getRowData` which allows to specify object with up two boolean properties: `skipHidden` and `includeId`.
67+
* Fix the problem with recreating grouping headers in `hideCol`. The problem exist in combination with jqPivot which could creates multilevel column headers.
68+
* Fix the error in calling of `getCellBuilder` for unknown string formatter (like non-existing `formatter: "string"` for example).
69+
* Fix TreeGrid to load children of nodes dynamically (`treedatatype` not equal to `"local"`).
70+
* The plugin grid.odata.js, developed by Mark Babayev (https://github.com/mirik123, [email protected]) is updated. It provides jqGrid methods allows easy usage of free jqGrid with OData services. [The wiki article](https://github.com/free-jqgrid/jqGrid/wiki/OData-plugin-for-jqGrid) described more detailed the current version of the plugin.
71+
72+
[README49.md](https://github.com/free-jqgrid/jqGrid/blob/master/README49.md) contains the readme of free jqGrid 4.9.
73+
[README48.md](https://github.com/free-jqgrid/jqGrid/blob/master/README48.md) contains the readme of free jqGrid 4.8.
74+
75+
Many thanks to all, who sent bug reports and suggestions to improve free jqGrid!

0 commit comments

Comments
 (0)