Skip to content

Releases: radzenhq/radzen-blazor

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.

4.31.4

13 May 15:08
Compare
Choose a tag to compare

4.31.4 - 2024-05-13

Improvements

  • SecurityCode backspace support added.

Fixes

  • DataGrid group should not be collapsed if set Expanded=true in GroupRowRender.

4.31.3

08 May 06:35
Compare
Choose a tag to compare

4.31.3 - 2024-05-08

Improvements

  • Upload MaxFileCount property added.

Fixes

  • Use the Culture set for RadzenScheduler when displaying the title of the "More" dialog in month view.
  • Use the Culture set for RadzenScheduler when displaying the month name in year view.
  • Numeric and Android SecurityCode input improved.
  • Fixed DropDownDataGrid steal focus in some cases.

4.31.2

06 May 14:54
Compare
Choose a tag to compare

4.31.2 - 2024-05-06

Fixes

  • DataGrid column initial filter operator should not be set if it's custom.
  • Fixed error in RadzenDataGrid FilterMode="FilterMode.CheckBoxList".
  • Various accessibility errors across all components fixed.

4.31.1

02 May 05:45
Compare
Choose a tag to compare

4.31.1 - 2024-05-02

Fixes

  • DropDownDataGrid selected row not cleared on value clear.
  • DropDownBase indexer property binding improved.
  • RadzenSplitterPane is not working with iOS devices.

4.31.0

30 Apr 16:55
Compare
Choose a tag to compare

4.31.0 - 2024-04-30

Improvements

  • DropZone component added.
  • Uploading an image when UploadUrl is not set would insert the image as base64 encoded data.

Fixes

  • DataGrid SetFilterValue for enums fixed.