Releases: radzenhq/radzen-blazor
Releases · radzenhq/radzen-blazor
4.33.3
4.33.2
4.33.1
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
4.32.11
4.32.10
4.32.9
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
4.32.7
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.