Login to follow
OutSystems Data Grid

OutSystems Data Grid (ODC)

Supported
Stable version 2.20.1 (Compatible with ODC)
Uploaded on 30 Jul 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
Limitations
Release notes 

Fixed Issues and Improvements

  • ROU-12056 / RPM-5959 - Fixed an issue where the ClearGridChanges function was inadvertently removing records from the grid.
    This occurred when a row(s) was added and then removed. The cause was related to the undo of the removed row not being properly executed, causing the follow-up to undo of the add row to remove rows that already existed in the grid.

  • ROU-12063 / RPM-5970 - Fixed an issue where the Grid incorrectly indicated that there were changes, even when no changes were present.
    This occurred when using the MarkChangesAsSavedByKey client action. Unlike MarkChangesAsSaved (which invokes the provider’s clearAllChanges), MarkChangesAsSavedByKey was not correctly clearing the changes in the provider.
    This meant that even after saving, the Grid retained information about changes that were already saved, leading the Grid to indicate that there were changes.

  • ROU-12064 / RPM-5976 - Fixed an issue that caused changes not to be correctly tracked after copying an edited cell using the ContextMenu component.