raffaeles-data-grid-utilities
Reactive icon

Raffaele's Data Grid Utilities

Stable version 0.1.0 (Compatible with OutSystems 11)
Uploaded
 on 16 June 2025
 by 
0.0
 (0 ratings)
raffaeles-data-grid-utilities

Raffaele's Data Grid Utilities

Documentation
0.1.0

GRID LAYOUT SAVING

The component permits to save grid layouts in different ways:

  1. Fully autonomous

    By calling the client action Datagrid_EnableSaveColumnsConfiguration inside the grid's OnInitialize, the component will listen on layout changes and it will save the current layout of the grid; Use the client action Datagrid_SetSavedColumnsConfiguration to retrieve the saved layout, if any, and to set it to the grid.
  2. Ibrid

    The component makes available the client action Datagrid_SaveColumnsConfiguration, it can be used instead of the Datagrid_EnableSaveColumnsConfiguration to have more control on when to save the grid layout.
  3. Manual

    For maximum control on what and how to save, there are available three server actions: Datagrid_SaveColumnsConfiguration, Datagrid_RemoveColumnsConfiguration and Datagrid_GetColumnsConfiguration;


HEADER VISIBILITY

By using the client action Datagrid_SetHeaderVisibility it is possible to:

  • Hide the columns' header
  • Hide the rows' header
  • Hide both the columns' header and the rows' header


OTHER

Datagrid_GetGridRowsWithFilters

Returns the rows on the datagrid, with the filters applied.
A JSON string of List of the row structure is returned.