Skip to content

Release of version 2.10.1 (2023-03-01)

Compare
Choose a tag to compare
@BenOsodrac BenOsodrac released this 13 Feb 15:55
49a2906

Fixed Issues and Improvements:

  • ROU-4109 - Fixed an issue that caused the FilterByCondition API not to filter correctly the DataGrid.This occurred when filtering cells that had Date or DateTime type values.
  • ROU-4065 - Fixed an issue that resulted in data returned from the Selection client actions not considering the rows that were selected via the API or checkboxes in the final returned data.Now, when selecting rows via the SetRowAsSelected client action or via the Row Header checkboxes, those row’s cells will also be considered for other Selection client actions.
  • ROU-4049/RPM-3556 - Improved the description of MinValue, MaxValue and DecimalPlaces parameters of the NumberColumn.Fixed an issue that caused the MinValue and MaxValue parameters of the Number Column not to be respected when the DecimalPlaces parameter was changed in runtime. This occurred when the MinValue and MaxValue values were exceeding the limits allowed for these parameters according to the number of DecimalPlaces (see the description of these parameters for more details).
  • ROU-4011 - Fixed an issue where the OnCellValueChange was not being triggered properly when choosing back the initial value and using parent binding.
  • ROU-3994 - Fixed an issue on the Dropdown column block where the dirty marks were appearing when the dropdown cell returned to its original value.