Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

  • value1 = first field value to compare.
  • value2 = second field value to compare.
  • fieldName = name of the field that the grid is sorted by.
  • isDescending = true if sorting in descending sequence, false otherwise.
  • fieldDateFormat = date format of the field that the grid is sorted by, if the field is not a date null will be passed instead.
  • fieldInfo= formatting information of the field that the grid is sorted by; if the field does not contain any formatting information, a blank object will be passed instead.
    • Some of the properties in the field info are:
      • dataType - the field data type
      • dataLength - data length (only present if the field is a character or a numeric field)
      • formatting - field formatting

This function could be used to control the order numerals and characters are sorted.

 

Available in Version 6, Fix Pack 1.0 .4 and later