Released 13, December 2011

This version is a major release where a lot of new features are added.

Additions

jqGrid

Changes in PHP


  • Fix for calculating the count of the records when more that two FROM commands are available
  • Added a public getLastInsert property (boolean) to get the last inserted id when a add operation is performed
  • Added new method getLastInsertId to get the last inserted ID if getLastInsert property is true. This method should be called after renderGrid or editGrid.
  • Error meassaging sytem rewrite
  • Added new public property oper which detrermines the current grid operation
  • Added customError function which overwrites the error meassaging sytem allowing to output custom error message
  • The last inserted id is returned if getLastInsert is set to true. The retun string is like 'PrimaryKeyName#LastInsertID'
  • Added inlineNav public property to enable inline navigator. Note that navigator property should be set to true too in this case
  • Added two new methods inlineNavOptions to set inline navigator options and inlineNavEvent to set a inline event
  • The jqGridUtils class is removed from the jqGrid.php file. Now this class is loaded from jqGrid.php file.
  • Added new method getInlineOptions which return the options for inline editing.


Changes in Java Script Code


  • Column Freezing – you can now freeze the first N columns of the grid, so that a horizontal scroll bar appears and they stay fixed (frozen) while you can still scroll the un-frozen columns.
  • Inline add new row – we figured we have “Add New Dialog” – addRow method
  • Inline navigator – a better way to handle control buttons while in inline add/edit/delete modes
  • Support reading any data from XML including attributes.
  • jQuery 1.7.1 and ThemeRoller 1.8.16 support – the latest jQuery and ThemeRoller releases are now officially supported and tested.
  • A LOT of fixes

jqChart

  • Fixed exporting
  • Fixed memory leaks in legacy IE.
  • Fixed compatibility issue with jQuery 1.7.

jqForm Visual Builder

  • Fixed short php tags in code
  • Fix obtaining and savig the data in the xml file.