outsystems-data-grid
Reactive icon

OutSystems Data Grid

Supported
Stable version 2.19.0 (Compatible with OutSystems 11)
Uploaded
 on 25 Feb
 by 
OutSystems
4.7
 (36 ratings)
outsystems-data-grid

OutSystems Data Grid

Compatible with:
Created on OutSystems 11

Version 2.19.0

Stable
Current
Uploaded on 25 Feb by OutSystems
Compatible with:
Version 11
11.9.2 to 11.33.0
11.7.6 to 11.9.0
11.0.539 to 11.0.615
Database:
All
Release notes:

What's New

  • ROU-11483 - Updated Wijmo library to version 2024v2.1 - build 5.20242.30.
  • ROU-11649 - Created a new client action called RemoveColumnsFromGroupPanel that allows developers to programmatically remove a list of columns from the Grid's group panel.


Fixed Issues and Improvements

  • ROU-10908 - Improved the Data Grid's cell vertical alignment for the Dropdown column when edited. Other types of columns are now also vertically aligned. 
    A side effect of this change is that the default width of the columns increased by 8px, while the width of the line header column increased by 3px. 
  • ROU-11578/RPM-5521 - Fixed an issue that caused the Data Grid to keep some HTML literals encoded when exporting to CSV. This occurred when exporting a Data Grid with grouped columns to CSV.
Application Objects:
OutSystems Data Grid has 22 AOs.

Version 2.18.1

Stable
Uploaded on 30 November 2024 by OutSystems
Compatible with:
Version 11
11.9.2 to 11.31.0
11.7.6 to 11.9.0
11.0.539 to 11.0.615
Database:
All
Release notes:

What's New

  • ROU-11192 - Updated Wijmo library to version 2024v2 - build 5.20242.21.


Fixed Issues and Improvements

  • ROU-11338 - Fixed an issue that caused the column Dropdown to display ‘[object Object]’ when using the arrow keys to move between options.
  • ROU-11327 - Fixed an issue where the column headers displayed incorrect tooltip content when using grouped columns in a Grid.
  • ROU-11289 - Fixed an issue that prevented the ContextMenu block from triggering the OnMenuToggle/OnBeforeOpen events as expected. This occurred when having more than one Grid instance on a screen.
  • ROU-10980 - Fixed an issue that caused the Column's TextConditionalFormat property not to be applied correctly on the OnParametersChanged. This occurred when having more than one Grid instance on a screen.
Application Objects:
OutSystems Data Grid has 22 AOs.

Version 2.17.0

Stable
Uploaded on 30 September 2024 by OutSystems
Compatible with:
Version 11
11.9.2 to 11.31.0
11.7.6 to 11.9.0
11.0.539 to 11.0.615
Database:
All
Release notes:

Fixed Issues and Improvements

  • ROU-11001 / RPM-5153 - To improve security and protect against XSS vulnerabilities, a new parameter, SanitizeInputValues, has been added to the Grid block's optional configurations.
    This parameter allows developers to control whether data should be sanitized to prevent HTML injection, particularly in column blocks like the ActionColumn, ImageColumn, and ContextMenu.
    The default value for SanitizeInputValues is set to True, ensuring that HTML content is automatically sanitized out of the box, prioritizing security.
  • ROU-11034 - Fixed an issue where an error was thrown in the console when clicking a cell in an autogenerated Grid using JSON serialization.
  • ROU-11162 - Fixed an issue where the Grid filter's dropdown values were misaligned, and the Grid content and pagination appeared in bold.
    This occurred when the Grid block was placed inside a Popup widget.


⚠ This new OutSystems Data Grid version introduces breaking changes

  • To improve security and protect against XSS vulnerabilities, a new parameter, SanitizeInputValues has been added to the Grid block's optional configurations. 
    The default value for SanitizeInputValues is set to True, ensuring that HTML content is automatically sanitized out of the box, prioritizing security. 
  • This change may impact existing implementations where HTML content is expected. 
  • Developers should review and adjust their configurations if they need to allow HTML content explicitly.
Application Objects:
OutSystems Data Grid has 22 AOs.