Released April 9, 2011

Additions

jqGrid

  • Added new property in colModel editoptions NullIfEmpty. If set to true empty values are posted and set/added in the database as NULLs.
  • Added option fontsize in autocomplete widget to control the font size of the widget. Default is 11px;
  • Added option fontsize in calender widget to control the font size of the widget. Default is 70%;
  • Added option strictcheck in autocomplete widget - If target is set determines the behaviour of setting the value. If strictcheck is false the value in autcomplete input field is not cleared if it is not found in list.
  • If to a row in grid is added class ui-state-disabled the row can not be selected. Also work in multiselect mode.

Fixes

jqGrid

  • Fix setSelect (second fix) method to interpret correct ORDER BY clause when present in the query.
  • Fix for grid cmTemplate for editable fields.
  • Fix for addCol method to add in correct place the column when not first or last.
  • Fix for Autocomplete to work correct with Mysqli driver (the driver requiere special handling)
  • Fix fetch_bject method in Array driver
  • Fix for IE9 to support the height=>auto proerty.
  • Fix when scroll option is set to 1 - to return correct the last page
  • Fix for multiselect when row ID's contain dots.
  • Fixes for showCol/hideCol methods.
  • Fix for setGridWidth method for Webkit browsers