Skip to content

Releases: radzenhq/radzen-blazor

4.32.7

12 Jun 05:26
Compare
Choose a tag to compare

4.32.7 - 2024-06-12

Improvements

  • Add ability for RadzenDataGrid.Query to filter DateOnly datatypes.
  • Enhanced DataGrid Column edit mode control.
  • DataFilter ToFilterString() extension method added.
  • AutoComplete OpenOnFocus added.

Fixes

  • RadzenHtmlEditor does not update the EditorContext state when its value changes.
  • DataGrid CheckBoxList filter will check if Property/FilterProperty is defined.
  • DataGrid OData filtering of numeric data grid columns with null or not null options fixed.
  • DataGrid composite columns column span fixed.
  • Added CalculatedCssClass func to DataGrid column to allow users to style the cell based on properties of the underlying object.
  • Fixed multiselect DropDown with chips positioning.
  • DataGrid should not set rowspan/colspan less than 1.

4.32.5

07 Jun 06:12
Compare
Choose a tag to compare

4.32.5 - 2024-06-07

Fixes

  • CheckBoxList should not select disabled items on select all.
  • DataGrid cannot expand/collapse group items when virtualized.
  • DataGrid CheckBoxList and DateOnly filtering improved.

4.32.4

04 Jun 06:39
Compare
Choose a tag to compare

4.32.4 - 2024-06-04

Fixes

  • DropDown SelectItem() will check if is null before calling disabledPropertyGetter.
  • SecurityCode will use autocomplete="one-time-code".
  • RadzenDropDownDataGrid Reset() does not work when Multiple= true.
  • DropDownDataGrid chips render to use ValueTemplate/Template if defined exactly like DropDown.
  • DataGrid column FilterOperator null check so SetParametersAsync doesn't override initial values.

4.32.3

31 May 07:57
Compare
Choose a tag to compare

4.32.3 - 2024-05-31

Fixes

  • DatePicker cannot set hour to 0 when bound to TimeOnly.

4.32.2

29 May 12:55
Compare
Choose a tag to compare

4.32.2 - 2024-05-29

Improvements

  • Implement TodaySelect event in RadzenScheduler.
  • SplitButton DropDownIcon added.

Fixes

  • RadzenMask caret position kept during input.
  • DatePicker DateTime Kind not set properly in some cases.

4.32.1

24 May 09:37
Compare
Choose a tag to compare

4.32.1 - 2024-05-24

Fixes

  • DataGrid CheckBoxList filtering fixed to work properly with enums and FilterTemplate.

4.32.0

23 May 10:13
Compare
Choose a tag to compare

4.32.0 - 2024-05-23

Improvements

  • HeaderTemplate added to DropDownDataGrid, DropDown and ListBox.
  • ItemRender added to DropDown and ListBox.

Fixes

  • Cannot read properties of null (reading 'querySelector') at Object.createDatePicker.

4.31.7

21 May 08:08
Compare
Choose a tag to compare

4.31.7 - 2024-05-21

Fixes

  • Added missing ContentCssClass set in DialogService.
  • DatePicker will not select with PopupRenderMode="PopupRenderMode.OnDemand".

4.31.6

20 May 12:22
Compare
Choose a tag to compare

4.31.6 - 2024-05-20

Improvements

  • Add Dialog custom container class.

Fixes

  • Fix exception if TreeLevel has no Text nor TextProperty.
  • Provide parsing config when using Dynamic Linq methods in order to improve initial performance.
  • Include text measurement data for Cyrillic characters.

4.31.5

16 May 13:50
Compare
Choose a tag to compare

4.31.5 - 2024-05-16

Improvements

  • Add a Footer template to RadzenDropZone.
  • Tree ItemContextMenu event added.

Fixes

  • RadzenDataGrid EmptyTemplate alignment/colspan is incorrect when DataGrid uses Grouping.