Skip to content

Releases: radzenhq/radzen-blazor

4.33.3

03 Jul 07:37
Compare
Choose a tag to compare

4.33.3 - 2024-07-03

Fixes

  • Numeric not using culture from RadzenComponent.
  • Ignore chart series radius if it exceeds the series size.
  • Tree Checkable delegate fixed.

4.33.2

01 Jul 14:35
Compare
Choose a tag to compare

4.33.2 - 2024-07-01

Fixes

  • DataGrid should clear filter values for other columns on ClearFilter.
  • Dialog AutoFocusFirstElement will always focus first HtmlEditor.

4.33.1

28 Jun 07:20
Compare
Choose a tag to compare

4.33.1 - 2024-06-28

Improvements

  • Allow developers to specify drag-and-drop events via SlotRender.

Fixes

  • Fixed DataGrid wrong column/rowspan in some cases with composite columns.
  • DataGrid CheckBoxList filter should clear the column filter if no values are checked.
  • DataGrid CheckBoxList filter values collection will respect filters applied to other columns.

4.33.0

27 Jun 09:06
Compare
Choose a tag to compare

4.33.0 - 2024-06-27

Improvements

  • Added Checkable/CheckableProperty similar to Text/TextProperty in the RadzenTreeItem/RadzenTreeLevel.

Fixes

  • Changes aria-live regions for better screen reader.
  • Menu cannot open sub item with ClickToOpen=true.

4.32.11

26 Jun 07:17
Compare
Choose a tag to compare

4.32.11 - 2024-06-26

Fixes

  • Fixed DataGrid UpdateRow() method for items with overridden Equals/GetHashCode().
  • Menu items not reachable in some case with ClickToOpen=false.
  • Fixed DataGrid column picker filtering exception with columns without Title.

4.32.10

24 Jun 13:28
Compare
Choose a tag to compare

4.32.10 - 2024-06-24

Fixes

  • DataGrid should not request all IQueryable data when virtualization is enabled in some cases.

4.32.9

24 Jun 06:35
Compare
Choose a tag to compare

4.32.9 - 2024-06-24

Fixes

  • RadzenArcGauge does not use the Max scale value in some cases.
  • DropDown and ListBox should not select items with SelectAll() if ReadOnly.
  • Prevent Numeric overflow on step up/down.
  • Fixed DataGrid composite column wrong colspan when child column has no children.

4.32.8

17 Jun 04:39
Compare
Choose a tag to compare

4.32.8 - 2024-06-17

Fixes

  • Scheduler DaySlotEvents rendering fixed.
  • Fixed DataGrid advanced filter with empty/not empty operators.
  • Fix focus states in Scheduler day view.
  • DataGrid composite columns column span fixed in some cases.

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.