Skip to content

Release Notes v25.1.0

alt text

Product nameEnhanced Grid Pro (Plug-in)
Release numberv25.1
Release date9-APR-2025

  • Validation functions can now process all submitted rows. This allows for validations that require checking multiple rows at once. You can specify if a validation function is “row-by-row” or “all rows”.
  • Related to this, you can now enable “process all rows”. This will also send unchanged rows to the server (validation + save).
  • Autofill/drag-down support for numeric arithmetic and geometric series.
  • Option “outsideClickDeselects” where clicking outside the grid will lose the selection.
  • Option to automatically select a value from an select list if the cascading parent was changed and only one value is returned from the query (“autoselectOnlyValueOnCascade”)
  • Experimental support to freeze columns (sticky position on horizontal scrolling)
  • Validation JS function now also receives the row data as an object.
  • Saved reports now also store the static ID and will prefer the static ID over the internal region ID.
  • The getData function has an optional “asObject” parameter, which returns a row as an object (with the column name) instead of an array.
  • Option to allow pasting via the context-menu (“contextMenuPaste”). It is not enabled by default because it requires user permission to read the context menu.
  • Fixed issue with duplicate row where, after a save, the original row was refreshed and displayed as the duplicated row.
  • Clob columns are not sortable, as this caused issues
  • Re-enabled column sorted for cascading select list children
  • Fixed a bug where client-side validations fired on aggregate rows.