Blazor.radzen.com Versions Save

Radzen Blazor is a set of 70+ free native Blazor UI components packed with DataGrid, Scheduler, Charts and robust theming including Material design and FluentUI.

v4.33.0

1 week ago

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.

v4.32.11

1 week ago

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.

v4.32.10

1 week ago

4.32.10 - 2024-06-24

Fixes

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

v4.32.9

1 week ago

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.

v4.32.8

2 weeks ago

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.

v4.32.7

3 weeks ago

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.

v4.32.5

3 weeks ago

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.

v4.32.4

1 month ago

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.

v4.32.3

1 month ago

4.32.3 - 2024-05-31

Fixes

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

v4.32.2

1 month ago

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.