Released July 16, 2011

Additions

Grid

Improved PDF export
- Now the grid header text does not shrink the font so that the text fit the width. If there is no room for the text a new line is created
- added new option in PDF options - "shrink_cell" (default is true) if set to false the Font does not increase so that to fit the text in width, but a new line is added if needed.
- added new option in PDF options - "reprint_grid_header" (default is false). If set to true the grid header row is reprinted on every new page

Note : This option currently work only if the pdf option "shrink_cell" is set to false

Fixes

Fix searching with SQL LIKE operator in array driver
Now when debug is set to true the export command is recorded in jqGrid.log file
Fix mtype in add/edit/dell form options
Fix insert and update data when a non UTF-8 chartset is used
Fix database search when non UTF-8 charset is used
Fix Autocomplete to work properly when a non UTF-8 charset is used
Fix jqScheduler to work correct when a non UTF-8 charset is used
Fix client side searching on complex queries
Fix client side sorting when index property is missed.