1.0 (Unreleased)

1.0 is the first release of jsgrid.

Compatibility with jqGrid 4.7.0

The following are the important changes since jqGrid 4.7.

Locales

All locale files are now encoded in UTF-8. File names are updated to use standard ISO language codes - this leads to the following changes:

If you've added any custom code to handle the incorrect language codes you'll need to remove this for this release.

Some common properties which have no relation to the language are moved to the grid.base.js module. Please note that this means that old locale files from jqGrid 4.7.0 will not work.

Changed Defaults

The default values of some jqGrid options are changed.

Most of the changes correspond to recent tendencies of web development. Local JavaScript data and JSON data loaded from the server (especially in combination with loadonce: true) are used now much more frequently.

New Features

New Options

New colModel properties

New methods

New Callbacks and Events

Some demos