Login to follow
OutSystems Data Grid

OutSystems Data Grid (ODC)

Supported
Stable version 2.22.0 (Compatible with ODC)
Uploaded on 17 Mar (2 weeks ago) by OutSystems
OutSystems Data Grid

OutSystems Data Grid (ODC)

Details
Detailed Description

OutSystems Data Grid provides you with all column block types, empowering you to have more granular control of your data, and allowing you to define specific options for each data type.

View, explore, and edit large amounts of data in a familiar spreadsheet interface with the OutSystems Data Grid component for Reactive Web apps.

Use the Data Grid to create enterprise-grade interfaces that are more suitable and time-effective than designing a custom solution every time you need to manipulate dense datasets.

Key features

  • Built for Reactive Web apps
  • Data selection and editing in a familiar interface
  • Data sorting by parameter
  • Data grouping
  • Virtual Scrolling
Release notes 

What's New

  • ROU-12498 - Updated Wijmo library to version 2025v2.1 Wijmo - Build 5.20252.44.
    This update introduces enhanced accessibility support to help your applications better comply with WCAG 2.1 AA standards.

Fixed Issues and Improvements

  • ROU-11908 / RPM-5806 - Fixed an issue that caused the DataGrid component to request language files multiple times.
    This occurred during the component's initialization and localization, resulting in redundant network requests. The fix ensures language assets are requested once and cached appropriately, reducing server load and improving page load performance.
    Fixed an issue that caused the DataGrid to incorrectly fallback to the 'es' locale.
    This occurred when loading the 'es-419' (Latin American Spanish) locale.
  • ROU-12261 / RPM-5811 - Improved the DataGrid CSV export to protect against CSV injection attacks.
    This update introduces a sanitization method that automatically escapes cell values that start with characters commonly used in spreadsheet formulas.
    By hooking this logic directly into the export process, the DataGrid ensures that exported data cannot be used to execute malicious code in external spreadsheet applications.