Skip to content

Release of version 2.14.0 (2024-02-05)

Compare
Choose a tag to compare
@gnbm gnbm released this 29 Jan 21:57
fd6f0ac

What's New

  • ROU-4407 - A new parameter ExternalURL was added and allows it to redirect to an external URL on an ActionColumn, using a URL from data or a fixed URL. If the ExternalURL is being defined, the click event will not be triggered.
    This feature will only be used when the ElementType is a Link.
  • ROU-4659 - Now, it’s possible to use the SetColumnFilterOptions for the Number, Currency, Checkbox, Date and DateTime columns.
    For the Number, Currency, Date, and DateTime Column, the Options List must be formatted according to the displayed data.
    Example: in the case of a Number column where values are presented as “$99.90” the options should be aligned with this format (“$99.90" rather than “99.9”).
  • ROU-4689 - Now, when a Column’s width configuration is changed in runtime its layout width will be preserved.

Fixed Issues and Improvements

  • ROU-3712 / RPM-4244 - Fixed an issue that caused the Data Grid to fail from triggering the OnCellValueChange event when changing a DropdownColumn cell’s option for a different option with the same label.
  • ROU-4588 - Updated the GetChangedLines client action’s description to bring visibility to its usage inside the column’s OnCellValueChange event.
  • ROU-4658 - Improved deployment performance by optimizing static entities,
    Now, all non-translated static entities were set to have Use Translations = No.
    This update is intended to optimize performance and mitigate the limitations on the previous asset version for the Oracle databases, where the customer needed to ensure they are in at least Oracle 12.2. No adverse side effects are anticipated.
  • ROU-4660 - Now, the Data Grid will change its state to “no data” when a filter is applied and doesn’t have any matching record. In this situation, the content of NoResults_Placeholder is shown.
  • ROU-4662 - Now, the client actions GetCurrentPage, GetRowNumberByKey, GetSelectedRowsCount, GetSelectionAverage, GetSelectionCount, GetSelectionMax, GetSelectionMin, and GetSelectionSum, will return -1 when they fail.
    When one of these actions is used and fails, beyond the Success = false, the value return will be -1 instead of 0.
  • ROU-4691 - Fixed an issue that caused the filter’s column to not display the filtered condition values correctly.
    This occurred when setting a filter to the CurrencyColumn using the FilterByCondition client action.
  • ROU-4695 / RPM-4619 - Fixed an issue that caused the ActionColumn not to show commas delimitation properly.
    This occurred when LongInteger, Integer and Decimal values were being set.
  • ROU-4702 - Fixed an issue in the client actions FilterByCondition and FilterByValue that were not allowing filtering of the Date/DateTime columns by a null date.
  • ROU-4710 - Fixed an issue that caused the filters not to be set to the correct column when using the FilterByCondition and FilterByValue client actions. This occurred when there were two columns with the same binding on the same Grid.