Release Notes v25.1.0
Enhanced Grid Pro v25.1
Section titled “Enhanced Grid Pro v25.1”| Product name | Enhanced Grid Pro (Plug-in) |
| Release number | v25.1 |
| Release date | 9-APR-2025 |
New features
Section titled “New features”- 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)
Improvements
Section titled “Improvements”- 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.
Bug Fixes
Section titled “Bug Fixes”- 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.