Released August 1, 2010

Fixes

  • Fix export to excel to be compatible with Excel 2007
  • Fix export url in export to excel method
  • Fix searchFilter method to be compatible with other JS libraries
  • Fix Google compiler error when build min file
  • Fix when scroll grid option is set to 1 and we have only one page.
  • Fix local reader when a xml or json string is set
  • Fix for Spanish Translation. It is called wrong with sp instead of es.
  • Fix local sorting when name != index.
  • Fix when we trigger grid and we are in treeGrid mode.
  • Fix setCell to set correct the value on the first row when datatype is local
  • Fix for isEmpty function.
  • Fix getCellIndex method in case when we pass a parameter which is not td or th.
  • Fix date sorting when local data is enabled.
  • Fix: with custom element Add worked only 1st time.
  • Fix: exception can be a string.
  • Fix setRowData when datatype local and the rowid is't in the index.
  • Fix for refresh button which causes two triggering of the grid and not correct clear some data in toolbar filter.
  • Fix for getAccessor.
  • Fix for table to grid method to be compatible with other non jQuery JS libs
  • Fix for unformat select to support values which are delemited with more than two ”:”
  • Fix for inline edit when a ajax error occur. We must call restore row after this
  • Fix for getting the name as attribute when the element is not a input one (used when custom element is created).
  • Fix for filterToolbar when autosearch is true in Chrome, Safari browsers. The enter key causes submitting the value.
  • Fix sorting when the grid is scrolled horizontally and scroll option is set to 1.

Additions