Skip to content

Release of version 2.6.2 (2022-03-07)

Compare
Choose a tag to compare
@gnbm gnbm released this 17 Mar 11:58
4cd63b8
  • Now, Data Grid Reactive is called OutSystems Data Grid.
  • Since DataGrid Reactive is an OutSystems supported component, it is locked with the possibility to be cloned.
  • Created the new SetUnsortState client action.
  • Created a new Show Aggregate optional input parameter.
  • Created a new client action called ApplyRowValidations to validate a row when a new one is needed.
  • Now, the Style client actions return an error message and a success boolean.
  • Now, the Data and Validation client actions return an error message and a success boolean.
  • Now, the Sort client actions return an error message and a success boolean.
  • Now, the Selection client actions return an error message and a success boolean.
  • Now, the Filter client actions return an error message and a success boolean.
  • Now, the Column/ColumnFreeze client actions return an error message and a success boolean.
  • Now, the View client actions return an error message and a success boolean.
  • Now, when removing a row and using the GetChangedLines client action, the correct JSON is returned.
  • Now, the GetChangedLines no longer returns null dates when there are multiple dates on the Grid.
  • Now, when using GetCheckedRowsData with MarkChangesAsSaved and Pagination for a second time, an error is no longer triggered.
  • Now, when using icons as text on iOS devices, the on-click event works correctly.
  • Now, the Rows client actions returned an error message and a success boolean.
  • Fixed an issue on the GetRowNumberByKey client action when a row is related to the KeyBinding.
  • Fixed an issue on the Data Grid that caused dates prior to 1900-01-01 to display.
  • Fixed an issue that caused Add Row to throw an error.