outsystems-data-grid
Reactive icon

OutSystems Data Grid

Supported
Stable version 2.21.2 (Compatible with OutSystems 11)
Uploaded
 on 25 Jan (6 days ago)
 by 
OutSystems
4.7
 (44 ratings)
outsystems-data-grid

OutSystems Data Grid

Compatible with:
Created on OutSystems 11

Version 2.21.2

Stable
Current
Uploaded on 25 Jan (6 days ago) by OutSystems
Compatible with:
Version 11
11.9.2 or higher
11.7.6 to 11.9.0
11.0.539 to 11.0.615
Database:
All
Release notes:

Fixed Issues and Improvements

  • ROU-12515 - Fixed an issue where the SetViewLayout client action failed to apply filters to the correct columns. This fix ensures that column filtering remains accurate and consistent with the intended layout configuration.
Application Objects:
OutSystems Data Grid has 22 AOs.

Version 2.21.1

Stable
Uploaded on 13 Jan (3 weeks ago) by OutSystems
Compatible with:
Version 11
11.9.2 or higher
11.7.6 to 11.9.0
11.0.539 to 11.0.615
Database:
All
Release notes:

Fixed Issues and Improvements

  • ROU-12501 - Fixed a regression issue that caused the component to lose some development time capabilities within the IDE. 
    This fix restores full functionality and interactive features for developers when building interfaces with a Data Grid.
  • ROU-12506 - Fixed a regression issue where the checkbox control within the Column Checkbox component was not visible to the end users. 
    This fix ensures the control renders correctly, allowing users to interact with the column-level selection as expected.

Application Objects:
OutSystems Data Grid has 22 AOs.

Version 2.21.0

Discontinued
Uploaded on 21 December 2025 by OutSystems
Compatible with:
Version 11
11.9.2 or higher
11.7.6 to 11.9.0
11.0.539 to 11.0.615
Database:
All
Release notes:

What's New

  • ROU-12058 - Updated Wijmo library to version 2025v2 Wijmo - Build 5.20252.42.


Fixed Issues and Improvements

  • ROU-11825 / RPM-5707 - Fixed an issue where Number/Currency columns failed to round decimal values that were pasted in, specifically when the column was configured to expect an integer.
  • ROU-12274 - Improved the accessibility of the DataGrid Component's pagination buttons by adding clearer text. This ensures the buttons are properly announced by screen readers and are compliant with A11Y best practices.
  • ROU-12277 - Reviewed and updated the Data Grid CSS to accommodate structural changes introduced by the new Wijmo FlexGrid version for improved accessibility.
    Any existing custom code (unsupported use case) will require validation to ensure it adapts to the new structure.
    Additionally, some minor visual improvements were applied, primarily to the filters dialog.
  • ROU-12281 - Fixed an issue that caused the dirty mark to not appear when performing undo after marking changes as saved.
  • ROU-12298 - Added support for new column filter types as supported by Wijmo FlexGrid.
    The Filter_OperatorType static entity now includes the operators “DoesNotBeginWith”, “DoesNotEndWith”, “Blank”, and “NotBlank”. 
    These filter options appear automatically according to the column’s data type, providing more precise filtering capabilities.
  • ROU-12432 / RPM-6373 - Fixed an issue that caused the Grid to automatically scroll to the top when using frozen columns. 
    This behavior occurred after specific actions were performed, such as exporting to CSV/XLSX or copying a cell value.
  • RPM-5605 - Fixed an issue where the copy-paste behavior was inconsistent based on the presence of double quotes ("). When copying a cell value that included double quotes, pasting it into another cell would incorrectly split the value across multiple cells, instead of preserving it as a single value.
    This was fixed by updating the Wijmo library to version 2025v2 Wijmo - Build 5.20252.42.
  • RPM-5732 - Fixed an issue where the OnCellValueChange event was not triggered when a user double-clicked a grid cell containing a checkbox, unless the click specifically targeted the checkbox input element.
    This was fixed by updating the Wijmo library to version 2025v2 Wijmo - Build 5.20252.42.
  • RPM-6039 - Fixed an issue with Number/Currency when attempting to insert a negative number; they would not correctly position the text cursor.

    This was fixed by updating the Wijmo library to version 2025v2 Wijmo - Build 5.20252.42.


⚠ Known Issues

  • A regression was introduced in this version that may cause the Data Grid component to lose some development-time capabilities within the IDE. 
    This can impact interactive features and the overall developer experience. 
  • Also, a regression issue where the checkbox control within the Column Checkbox component is not visible to the end users. 
    A possible workaround is to override the CSS rule with: 

    .wj-flexgrid .wj-cell label input[type=checkbox] {appearance: auto;}
  • Finally, the client action SetViewLayout is not working as expected regarding filters.

  • The first two issues have been identified and are being tracked under ROU-12501 and ROU-12506, and full functionality will be restored in the next release. 
    The last one will be released in the release after and is being tracked under ROU-12515.

Application Objects:
OutSystems Data Grid has 22 AOs.