Released June 15, 2010

Fixes

  • Fix setColModel to support DB2 databases.
  • Fix in prepare method for SQL Server driver
  • Fix a subgrid as grid when the id contain special characters
  • Fix adding userdata with addUserData method when there is no data in result->userdata object


Additions

  • Support for DB2 databases. The driver is tested in Windows and IBM i5 series.
  • Added $optimizeSearch parameter (default false). This parameter should be used only in MySQL databases where the number of rows in the returned query is relative big > 800 000 rows and the query is not very complex and a search module is activated.
  • Added possibility to load all the data at once and operate it localy without to make additional server calls. Note that CRUD operations should work if they are activated. For this porpose is added rowTotal parameter in the grid. See tutorial.

Upgrade

  • The jquery.jqGrid.min.js should be replaced with the new one provided from the package
  • Replace all jqGrid PHP files with the new ones provided from the packege