Skip to content

Release Notes v24.1.0

alt text

Product nameEnhanced Grid Pro (Plug-in)
Release numberv24.1.0
Release date16-MAY-2024

Added some features and fixed some bugs.

Users will now be able to copy values from Excel (or any other external source) to Select list columns (and developers can chooose whether return or display values are pasted).

  • JavaScript API:

    • New function “getFiltersUsed” - it returns all filters cuurently used (as JavaScript array).
    • New function “isColumnReadOnly” - it checks if Grid’s column is readOnly (disabled).
    • New function “isCellReadOnly” - it checks if Grid’s cell (column at given row index) is readOnly (disabled).
  • “Show delete column” option

    • There’s an option now to include “Delete” column as the last column in Grid. That simplifies deleting rows for end users.
  • New column option: “Duplicate Copies Existing Value”

    • Works the same way as in the Interactive Grid. When end user chooses to duplicate Grid’s row, values will be copied (or not) to the new row, based on the setting.
  • Select list columns now support Copy-Paste from Excel

    • Developers can define whether end users will paste Display or Return values into Select list column. Once values are pasted, Grid will go to database and check whether pasted values are valid or not.
    • By default a DISPLAY value is expected.
  • Numeric column - added culture support

    • Application’s language is now used to determine how to display numeric values (what to use as thousand and decimal separator)
  • Select list column

    • When multi-select is used, Grid plug-in was not detecting changes in case when multiple values were there already and one got removed, and another one added.
  • Checkbox column

    • It was not possible to use Grid’s Javascript API function “setValidationFunction” with checkbox columns. Now that is possible.
  • “Total” counter not updated

    • When rows in Grid got deleted or created, “Total” counter (at the bottom of the Grid) was not updated.