Skip to content

Releases: OutSystems/outsystems-datagrid

Release of version 2.2.0 (2021-05-17)

18 May 11:56
49f1aee

Choose a tag to compare

Added functionalities

  • Implementation of Conditional format in grid.
  • Implementation of On Initialize event.

Fixed issues

  • Fixed bug where translation was breaking on Safari and mobile browsers.
  • Fixed bug where grid duplicated columns after server-side searching.
  • Fixed bug where it wasn't possible to edit new added rows.
  • Fixed bug where hidden column reappeared after some scenarios.

Release of version 2.1.0

22 Mar 10:35
b8fa927

Choose a tag to compare

Added functionalities:

  • Implementation of Save/Load view in grid.
  • Addition of new public client actions for Filter, Validation, Sort, and Style.
  • Improved GetChangedLines API to retrieve information about invalid lines.
  • Implementation of Filter Change event.
  • Implementation of Cell Edition event.
  • Addition of the mandatory parameter into columns.

Fixed issues:

  • Fixed bug where date column was being cleared with GetChangedLines.
  • Fixed bug with Column Picker.
  • Fixed bug where Save Changes was only being triggered on the current page.
  • Fixed bug with dropdown symbol being over text.
  • Fixed bug where Date Column was returning the wrong value.
  • Fixed bug where Grid was duplicating text columns.
  • Fixed bug on GetChangesInGrid API.
  • Fixed bug where dirty marks were being cleared after pasting the original value.

Others:

  • Binding now allows inputs with and without {}[].
  • Changed menu item isActive property to Enabled.
  • SearchData client action is now set as deprecated.

Release of version 2.0.8 (2020-02-24)

01 Mar 09:01
a3a375e

Choose a tag to compare

Fixed issues

  • Removed Error 404 to fetch resource file when using translations
  • Fixed error with Date and DateTime column when users have different timezones

Links

Release of version 2.0.7 (2020-02-15)

16 Feb 12:25
e733c04

Choose a tag to compare

Added functionalities

  • Implementation of a new block for the context menu and allow its customization.
  • Highlight columns and row headers on the selected cells.
  • Addition of the Translation functionality (Available on Platform Server version 11.10 or later).
  • Creation of a new Alignment property for columns.
  • Implementation of Freeze Columns feature and its addition to Data Grid API.
  • Implementation of Add and Remove Rows feature and its addition to Data Grid API.
  • Addition of Selection actions to Data Grid API.
  • Implementation of a new block for Action Columns.

Fixed issues

  • Fixed bug on copy after searching for non-existing values.
  • Display a message for “no results” on Wijmo’s search mechanism.
  • Fixed bug on creating columns to affect all grids.
  • New line (content) correction to add new rows to the grid.

Others

  • Console.log is now available on Grid Reactive.
  • Improvements on autogenerate columns.
  • Created an Event mechanism in the framework.
  • Changed the dirty mark symbol.

Links