Release Notes v23.2.0
Release note
Section titled “Release note”| Product name | Enhanced Grid Pro (Plug-in) |
| Release number | v23.2.0 |
| Release date | 24-AUG-2023 |
Overview
Section titled “Overview”Most of the changes in this release are under the hood, so not directly visible to the users. But in general user experience with Enhanced Grid Pro is now better.
New features
Section titled “New features”- Cells Highlighting: It’s now possible to highlight cells/rows/columns in Grid via Grid’s Context menu. When highlighting is used, an event is triggered, so you can easily store highlighting settings to database.
Improvements
Section titled “Improvements”-
“Select list” column
- Select lists are now using lazy loading
- It’s now possible to define separator when multiple values are selected
-
Text Messages
- All texts used by Enhanced Grid Pro can now be translated via Text Messages
-
General
- Setting Cell Level CSS (background color) from SQL Query - GitHub issue #3
Bug Fixes
Section titled “Bug Fixes”- No function with name ‘COLUMN_OT’ exists in this scope - GitHub issue #1
- Data Paging Hard coded to 50 rows, Paging not always triggered - GitHub issue #2
- Bug when saving null values in UC Grid - GitHub issue #4
- Fixed a bug where unchecked checkbox sent string ‘null’ to database, instead of NULL
- When pasting data into Grid (e.g. from Excel), Grid inserts as many new rows as needed automatically. But it shouldn’t do this when “Add Row” option is disabled in Grid’s settings. Till now, this setting was not taken into account, now it is.